Dynamic arrays in D 1.0

Robert Fraser fraserofthenight at gmail.com
Tue May 13 01:03:57 PDT 2008


> Fine point, except Python lists also have append, extend, index, insert, 
> pop, and remove methods which you can use when they express your intent 
> better than fidgety slicing expressions.
> 
> --bb

It's all a matter of taste. Making those functions is trivial in D; most 
are one-liners.



More information about the Digitalmars-d mailing list