Commit graph

25 commits

Author SHA1 Message Date
Kim Alvefur
eaa823a597 util.*: Remove use of module() function, make all module functions local and return them in a table at the end 2015-02-21 10:36:37 +01:00
Kim Alvefur
e9fa1d1db3 util.array: Add type() local 2014-09-17 14:50:44 +02:00
Kim Alvefur
04699a3aa4 util.array: Improve array:reverse() and make it work as both method and non-mutating function 2013-10-06 23:18:54 +02:00
Florian Zeitz
1d833bb807 Remove all trailing whitespace 2013-08-09 17:48:21 +02:00
Waqas Hussain
11684a2d6c util.array: Wrap tostring() output in {} (otherwise empty arrays print as ""). 2013-05-07 10:41:03 -04:00
Matthew Wild
65fafa7b63 util.array: Accept an iterator to the array constructor 2012-08-08 11:49:31 +01:00
Waqas Hussain
5a64ace81c util.array: Avoid globals. 2011-12-09 12:02:21 +05:00
Waqas Hussain
5cc76d9794 util.array: Make array:push() chainable. 2011-12-09 11:57:14 +05:00
Matthew Wild
f1f40bc3ca util.array: Expand some of the more basic methods to act more sensibly than their names suggested 2011-12-07 05:14:58 +00:00
Matthew Wild
f1f5f74ad3 util.array: Add pluck() method to pick a given property from each item 2011-12-07 05:04:55 +00:00
Matthew Wild
63d6d1a502 util.array: Fix array.collect() for iterators that expect initial value of var to be preserved 2011-09-25 00:21:22 +01:00
Waqas Hussain
b7e51a203d Monster whitespace commit (beware the whitespace monster). 2010-10-16 23:00:42 +05:00
Matthew Wild
2bc0606453 Update copyright headers for 2010 2010-03-22 17:06:15 +00:00
Matthew Wild
67ec7d93f0 util.array: Oh no it isn't! 2009-10-08 18:41:30 +01:00
Matthew Wild
73a4154d03 util.array: Small logic fix for array:filter() 2009-10-05 18:39:28 +01:00
Matthew Wild
04d29dacbc util.array: Fix for array:filter() (in-place filtering) 2009-10-05 17:56:31 +01:00
Matthew Wild
7acd1cae89 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 2009-10-05 14:38:04 +01:00
Matthew Wild
e45610ce6e Add copyright header to those files missing one 2009-07-10 03:08:38 +01:00
Matthew Wild
7d05900c4b util.array: Add support for + operator to create a new array from two arrays joined 2009-06-20 22:47:12 +01:00
Matthew Wild
38f157315a util.array: Make array:reverse() and array:shuffle() return the array to allow chaining 2009-06-20 22:45:07 +01:00
Matthew Wild
72331edf3e util.array: Add array:append() method, to append a new array to an existing one 2009-06-20 22:43:54 +01:00
Matthew Wild
1ce9466289 util.array: Add array.collect() to collect results from iterators into an array, and use module() to correctly set the module name 2009-04-22 17:46:17 +01:00
Matthew Wild
cb2b5ec86f util.array: Add :reverse() method 2009-03-29 13:50:59 +01:00
Matthew Wild
3ab003a514 util.array: Expose array.* functions, to be used for unwrapped arrays 2009-03-26 03:55:45 +00:00
Matthew Wild
7b1eacf880 util.array: New array library 2009-03-25 03:00:09 +00:00