Removing elements from dynamic arrays?

Anders F Björklund afb at algonet.se
Mon Oct 30 15:35:42 PST 2006


Bill Baxter wrote:

> How do I remove an element from a dynamic array?
[...]
> I hope the answer isn't:
> 
>    a = a[0..3] ~ a[4..length];

That's what I use...

--anders



More information about the Digitalmars-d-learn mailing list