www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript

digitalmars.D.dtl - mintl list.d, map.d and array.d

I've cleaned up the list.d I posted earlier and added map.d and array.d to
mintl: http://home.comcast.net/~benhinkle/mintl.zip
As mentioned before, list.d is a linked list, map.d is a sorted associative
array (using a red-black tree) and array.d is a bunch of helper functions
for builtin array types.
Next up is probably a hash table sorted by insertion order. Most likely will
be ready in a week or two. Plus I'm sure I'll be tweaking the existing
stuff.

-Ben
Jul 25 2004