Ordered set container?

H. S. Teoh hsteoh at quickfur.ath.cx
Mon Jan 28 17:30:02 UTC 2019


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

Try std.container.rbtree.RedBlackTree.


T

-- 
That's not a bug; that's a feature!


More information about the Digitalmars-d-learn mailing list