"Ali Çehreli" <[email protected]> wrote in message news:[email protected]... > { bool result = ElementType!Range.init is null; } ))
is(typeof(ElementType!Range.init is null))
__traits(compiles, cast(void)ElementType!Range.init is null)
__traits(compiles, { return ElementType!Range.init is null; })
should all work.
