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.