Removing items from an Array

James Miller james at aatch.net
Fri Feb 17 05:33:19 PST 2012


AAs don't keep the key order, so when you delete something out of it,
what ever system iterates to the next pointer gets confused. Its
generally a bad idea to modify an array as you loop through it.

--
James Miller


More information about the Digitalmars-d-learn mailing list