dcollections 1.0 and 2.0a beta released

Steven Schveighoffer schveiguy at yahoo.com
Mon May 24 14:08:21 PDT 2010


On Mon, 24 May 2010 16:27:46 -0400, Andrei Alexandrescu  
<SeeWebsiteForEmail at erdani.org> wrote:

> Sorry. Yes, by-key iteration should be possible.

OK, so we should be able to iterate keys.  And the keys are not stored in  
the trie structure itself.  So how does one iterate the keys of the  
container without reconstructing them from the trie nodes using the heap?   
Forget about interfaces, pretend you were writing it separate from  
dcollections.

-Steve


More information about the Digitalmars-d-announce mailing list