digitalmars.D - Collections API
- "teqDruid (formerly DemmeGod)" <me teqdruid.com> Jul 08 2004
- Ben Hinkle <bhinkle4 juno.com> Jul 08 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
Jul 08 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
Jul 08 2004








Ben Hinkle <bhinkle4 juno.com>