What about sets?

Jonathan M Davis jmdavisProg at gmx.com
Mon Nov 28 02:55:44 PST 2011


On Monday, November 28, 2011 11:48:28 Andrea Fontana wrote:
> 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...

http://d-programming-language.org/phobos/std_container.html#RedBlackTree

- Jonathan M Davis


More information about the Digitalmars-d-learn mailing list