What about sets?

Jonathan M Davis jmdavisProg at gmx.com
Mon Nov 28 08:44:48 PST 2011


On Monday, November 28, 2011 12:09:45 Andrea Fontana wrote:
> Thank you! I didn't check for "std.container" module :)

I should warn you that std.container a bit sparse at the moment, but 
RedBlackTree does give you a set (or a sorted map with the appropriate 
comparator function).

- Jonathan M Davis


More information about the Digitalmars-d-learn mailing list