assert semantic change proposal
Matthias Bentrup via Digitalmars-d
digitalmars-d at puremagic.com
Mon Aug 4 07:27:16 PDT 2014
Should this semantics extend to array bounds checking, i.e. after
the statement
foo[5] := 0;
can the optimizer assume that foo.length >= 6 ?
More information about the Digitalmars-d
mailing list