Containers I'd like to see in std.containers
Andrei Alexandrescu
SeeWebsiteForEmail at erdani.org
Sun May 30 16:56:09 PDT 2010
On 05/30/2010 04:53 PM, Philippe Sigaud wrote:
> There are some simple containers I'd like to see in std.containers:
>
> - a priority queue
> - a heap
What's the difference between the two?
> - a stack, a queue
These are adaptors over other containers, I agree they should be in.
> - a set
Yah, though I want std.container to focus on implementation, not policy.
Andrei
More information about the Digitalmars-d
mailing list