Removing multiple elements from array

aldanor i.s.smirnov at gmail.com
Fri Dec 20 18:17:56 PST 2013


On Saturday, 21 December 2013 at 01:42:04 UTC, Ali Çehreli wrote:

> That's probably a bug, right? The indexes would probably become 
> off as the array gets shorter.

Note the .reverse there? Which makes sure indices don't get off. 
Still, that's probably an inefficient way of doing this...



More information about the Digitalmars-d-learn mailing list