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



--- Comment #13 from bearophile_h...@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: -------

Reply via email to