log util/array.lua @ 1466:95f8024c77fc

age author description
Sat, 20 Jun 2009 22:47:12 +0100 Matthew Wild util.array: Add support for + operator to create a new array from two arrays joined
Sat, 20 Jun 2009 22:45:07 +0100 Matthew Wild util.array: Make array:reverse() and array:shuffle() return the array to allow chaining
Sat, 20 Jun 2009 22:43:54 +0100 Matthew Wild util.array: Add array:append() method, to append a new array to an existing one