std.collection lets rename it into std,ridiculous.

Jonathan M Davis jmdavisProg at gmx.com
Mon Mar 5 20:28:58 PST 2012


On Tuesday, March 06, 2012 04:59:42 F i L wrote:
> Jonathan M Davis wrote:
> > Nick ran into this problem and ended up writing an article on
> > it:
> > 
> > https://www.semitwist.com/articles/article/view/don-t-use-arrays-as-stacks
> > 
> > And, of course, if you haven't read Steven's article on arrays,
> > you should
> > read that:
> > 
> > http://www.dsource.org/projects/dcollections/wiki/ArrayArticle
> > 
> > In fact, we really should get Steven's article up on dlang.org.
> > It's one of
> > those articles that _every_ D programmer should read.
> > 
> > - Jonathan M Davis
> 
> I didn't know about array.reserve() and array.capacity! Is there
> any other undocumented methods? Like capacityStep maybe?

They _are_ documented:

http://dlang.org/phobos/object.html

Though I can see why people would miss them.

- Jonathan M Davis


More information about the Digitalmars-d mailing list