log util/array.lua @ 5776:bd0ff8ae98a8

age author description
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Tue, 07 May 2013 10:41:03 -0400 Waqas Hussain util.array: Wrap tostring() output in {} (otherwise empty arrays print as "").
Wed, 08 Aug 2012 11:49:31 +0100 Matthew Wild util.array: Accept an iterator to the array constructor
Fri, 09 Dec 2011 12:02:21 +0500 Waqas Hussain util.array: Avoid globals.
Fri, 09 Dec 2011 11:57:14 +0500 Waqas Hussain util.array: Make array:push() chainable.
Wed, 07 Dec 2011 05:14:58 +0000 Matthew Wild util.array: Expand some of the more basic methods to act more sensibly than their names suggested
Wed, 07 Dec 2011 05:04:55 +0000 Matthew Wild util.array: Add pluck() method to pick a given property from each item
Sun, 25 Sep 2011 00:21:22 +0100 Matthew Wild util.array: Fix array.collect() for iterators that expect initial value of var to be preserved