aboutsummaryrefslogtreecommitdiffstats
path: root/util/array.lua
Commit message (Expand)AuthorAgeFilesLines
* util.array: Add support for + operator to create a new array from two arrays ...Matthew Wild2009-06-201-0/+5
* util.array: Make array:reverse() and array:shuffle() return the array to allo...Matthew Wild2009-06-201-0/+2
* util.array: Add array:append() method, to append a new array to an existing oneMatthew Wild2009-06-201-0/+8
* util.array: Add array.collect() to collect results from iterators into an arr...Matthew Wild2009-04-221-1/+14
* util.array: Add :reverse() methodMatthew Wild2009-03-291-0/+8
* util.array: Expose array.* functions, to be used for unwrapped arraysMatthew Wild2009-03-261-12/+14
* util.array: New array libraryMatthew Wild2009-03-251-0/+45