What about sets?

Andrea Fontana advmail at katamail.com
Mon Nov 28 02:48:28 PST 2011


In c++ there are a lot of data structs (vector, hashmap, ...) defined by
stl. I need something similar to c++ "set" in D. Does it exists?
I don't care about order of items, but I need a fast search and a easy
way to iterate. A tree-like struct...

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-learn/attachments/20111128/110921c4/attachment.html>


More information about the Digitalmars-d-learn mailing list