delete an element from an array

Adam Cigánek adam.ciganek at gmail.com
Sun Oct 24 05:06:46 PDT 2010


> Well, then use indexOf() to get the offset and remove() to remove the element.
>

Yes, that's what I'm doing. I just thought that I maybe overlook such
function in the standard library. So there is none. No problem, I'll
keep using my own. Still think it would be useful to add it, because I
believe such operation is quite common.


thanks,
adam.


More information about the Digitalmars-d-learn mailing list