[Issue 10959] std.algorithm.remove is highly bug-prone

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Mar 16 08:31:37 PDT 2014


https://d.puremagic.com/issues/show_bug.cgi?id=10959



--- Comment #13 from bearophile_hugs at eml.cc 2014-03-16 08:31:34 PDT ---
An extra feature of the new "removeIndex" (or "removeAtIndex") function is to
optionally accept a range of indexes:

myArray = [.....];
myArray.removeIndex(2);
myArray.removeIndex(iota(1, 20, 3));

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list