Queue

Jonathan M Davis jmdavisprog at gmail.com
Tue Aug 10 16:17:57 PDT 2010


On Tuesday, August 10, 2010 16:05:29 lurker wrote:
> Is there a Queue in Phobos? I can only see a SList on the online
> documentation.
> 
> Any plans to add other containers?
> 
> Thanks.

std.container is quite new. More containers will be added. Likely any basic 
container that you can think of will eventually be in std.container in one form 
or another. It's just a bit sparse, since it's new. At least we now have 
_something_. Before the last release, std.container didn't even exist.

- Jonathan M Davis


More information about the Digitalmars-d mailing list