Kinds of containers

ponce via Digitalmars-d digitalmars-d at puremagic.com
Wed Oct 21 12:35:13 PDT 2015


On Wednesday, 21 October 2015 at 11:05:12 UTC, Andrei 
Alexandrescu wrote:
> The question here is what containers are of interest for D's 
> standard library.

I think the ones in the STL work well. So I'd like something 
along these lines.
Something like std::vector would fit 90% of my needs (eg: a slice 
using allocators).
No interest in lock-free or immutable containers from here.


More information about the Digitalmars-d mailing list