summaryrefslogtreecommitdiff
path: root/src/lib/container/array/array.go
AgeCommit message (Expand)AuthorFilesLines
2009-01-06new new & makeRuss Cox1-3/+3
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-1/+1
2008-12-18convert *[] to [].Russ Cox1-2/+2
2008-11-19- full support for sorting (assumes array elements implement LessInterfaceRobert Griesemer1-0/+11
2008-11-19- array lib (essentially vector, more complete)Robert Griesemer1-0/+117