July 09, 2004
Has anyone written a Collections API?  Although the native arrays are great, wrappers could add some features.  Mostly, I want a Set class.

John
July 09, 2004
teqDruid (formerly DemmeGod) wrote:

> Has anyone written a Collections API?  Although the native arrays are great, wrappers could add some features.  Mostly, I want a Set class.
> 
> John

not really. see the newsgroup d.digitalmars.dtl and post any ideas or features you'd like to see. I'm also curious because the concurrent lib in Java extends various Collections classes and I just skipped that part in the D port.

-Ben