Deleting an element from an array

nobody somebody at somewhere.com
Tue Feb 3 04:46:52 PST 2009


What is the best way to completely remove an element from an array?

For example you have an array:
[1,2,3,4,5,6]
and want to remove element "3" in such a way that the resulting array is:
[1,2,4,5,6]

Thanks. 




More information about the Digitalmars-d-learn mailing list