log util/array.lua @ 1776:d4835b79d2ca

age author description
Fri, 10 Jul 2009 03:08:38 +0100 Matthew Wild Add copyright header to those files missing one
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