log util/array.lua @ 2167:e41a6ea7fc0f

age author description
Thu, 08 Oct 2009 18:41:30 +0100 Matthew Wild util.array: Oh no it isn't!
Mon, 05 Oct 2009 18:39:28 +0100 Matthew Wild util.array: Small logic fix for array:filter()
Mon, 05 Oct 2009 17:56:31 +0100 Matthew Wild util.array: Fix for array:filter() (in-place filtering)
Mon, 05 Oct 2009 14:38:04 +0100 Matthew Wild util.array: Per-array methods now always mutate the array, array.* return a mutated copy, and most methods (e.g. sort) now return the array
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