can we officially use assert(a);
instead of assert(a !is null); (likewise with if(...)) It seems to compile and work just fine, and is shorter.
can we officially use assert(a);
instead of assert(a !is null); (likewise with if(...)) It seems to compile and work just fine, and is shorter.