[Issue 13976] Value range propagation to disable some slice bound tests

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Jan 16 05:15:02 PST 2015


https://issues.dlang.org/show_bug.cgi?id=13976

--- Comment #4 from Per Nordlöw <per.nordlow at gmail.com> ---
Correction:

x[0 .. $/2, $2..$]

should of course be

x[0 .. $/2, $/2..$]

--


More information about the Digitalmars-d-bugs mailing list