On Mon, 25 Aug 2014 15:48:10 +0000 Jeremy DeHaan via Digitalmars-d-learn <digitalmars-d-learn@puremagic.com> wrote:It compiles if I remove the 'if(typeof(T) is dchar)' section. Any thoughts?"is" should be used as function. here. i.e.: `if (is(T == dchar))`
Is its ability to be used as a function like this documented anywhere? I looked and could not find it.