Am I getting this all right?

Sean Kelly sean at f4.ca
Wed Dec 13 22:15:38 PST 2006


Chris Nicholson-Sauls wrote:
> 
> That said, I find that I rarely miss container classes/structs in D.  
> The most common cases are handled by variable-length arrays.  (Although 
> I do have pseudo-member functions in Cashew for simulating a stack using 
> an array.)

I've got a module of array ops that offers heap and set operations, as 
well as sort, binary search, etc.  And I feel quite the same.


Sean


More information about the Digitalmars-d-learn mailing list