May 30, 2005
Are there any collection classes in any D library?

I know arrays are good, but there are things like adding removing elements from the array and other tasks that will always need explicit handling and watnot.
May 31, 2005
"Hasan Aljudy" <hasan.aljudy@gmail.com> wrote in message news:d7fhvk$2hls$1@digitaldaemon.com...
> Are there any collection classes in any D library?
>
> I know arrays are good, but there are things like adding removing elements from the array and other tasks that will always need explicit handling and watnot.

Check out the "D links" page on the D web site and the dtl newsgroup. some
examples:
Indigo template containers
MinTL
http://www.synsoft.org/d/code/dtl_0_2_1.zip
there are probably more (possibly Harmonia has some containers)