Empty associative array crashes program

Timothee Cour thelastmammoth at gmail.com
Mon Apr 1 23:44:43 PDT 2013


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.


More information about the Digitalmars-d mailing list