digitalmars.D.learn - collection classes
- Hasan Aljudy (4/4) May 30 2005 Are there any collection classes in any D library?
- Ben Hinkle (8/12) May 30 2005 Check out the "D links" page on the D web site and the dtl newsgroup. so...
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 30 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)
May 30 2005