On Mon, 25 Aug 2014 16:11:27 +0000 Jeremy DeHaan via Digitalmars-d-learn <digitalmars-d-learn@puremagic.com> wrote:Is its ability to be used as a function like this documented anywhere? I looked and could not find it.http://dlang.org/concepts.htmltemplate constraints is a special case. is not a real function here,it's more like special predicate syntax.
Awesome! Thanks so much.