Containers I'd like to see in std.containers

Ellery Newcomer ellery-newcomer at utulsa.edu
Sun May 30 15:47:49 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

(incf vote)

It seems like I'm always writing priority queue implementations whose 
elements get mutated at weird times and need to be resorted.

> - a heap
> - a stack, a queue

alias + doubly linked list

> - a set

want

>
> Do people here also consider them as containers and useful ones in a standard
> library?
>
>    Philippe



More information about the Digitalmars-d mailing list