Ordered set container?

Neia Neutuladh neia at ikeran.org
Mon Jan 28 17:28:56 UTC 2019


On Mon, 28 Jan 2019 17:18:52 +0000, Victor Porton wrote:
> I want "ordered set" container (like list or vector but with the
> warranty of no duplicate elements).
> 
> Which type can I use?

std.container.rbtree

It has options to preserve or squash duplicates.


More information about the Digitalmars-d-learn mailing list