Dynamic arrays in D 1.0

Sean Kelly sean at invisibleduck.org
Sun May 11 19:35:52 PDT 2008


Edward Diener wrote:
> 
> Since dynamic arrays are part of the language and not a separate library 
> I would have expected built-in functionality to manipulate them easily. 
> Of course it can be in a library, but it seems even a general purpose 
> dynamic array library does not exist for D 1.0, so that seems odd to me.

What would you suggest adding to tango.core.Array?  I assume insert and 
remove at some position... perhaps others as well?


Sean



More information about the Digitalmars-d mailing list