Is there a queue class in phobos?

Jonathan M Davis jmdavisprog at gmail.com
Tue Aug 10 09:48:50 PDT 2010


On Tuesday, August 10, 2010 09:22:16 Trass3r wrote:
> Container has List, BinaryHeap etc. but no Queue. Is there anything like
> that in Phobos?

At the moment, I believe that what you see is what you get. std.container is 
quite young, and there are definitely going to be more containers in it, but for 
the moment, it's a bit sparse. It's a definite improvement over no containers, 
but it's new enough that it's still lacking in the number of containers that it 
has.

- Jonathan M Davis


More information about the Digitalmars-d-learn mailing list