Array!bool -> Chunks -> foreach: out of bounds

Kagamin spam at here.lot
Wed Aug 15 15:13:50 UTC 2018


It's a bug:

     auto s=ar[];
     s.popFront();
     auto s1=s[0..0]; //out of bounds


More information about the Digitalmars-d-learn mailing list