aboutsummaryrefslogtreecommitdiffstats
path: root/util/array.lua
Commit message (Collapse)AuthorAgeFilesLines
* util.array: Add support for + operator to create a new array from two arrays ↵Matthew Wild2009-06-201-0/+5
| | | | joined
* util.array: Make array:reverse() and array:shuffle() return the array to ↵Matthew Wild2009-06-201-0/+2
| | | | allow chaining
* 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 ↵Matthew Wild2009-04-221-1/+14
| | | | array, and use module() to correctly set the module name
* 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