Commit Graph

13 Commits (565c65baa1cf05abd5490aac02024e1ecabdcd3e)

Author SHA1 Message Date
Matthew Wild 2bc0606453 Update copyright headers for 2010 16 years ago
Matthew Wild 67ec7d93f0 util.array: Oh no it isn't! 16 years ago
Matthew Wild 73a4154d03 util.array: Small logic fix for array:filter() 16 years ago
Matthew Wild 04d29dacbc util.array: Fix for array:filter() (in-place filtering) 16 years ago
Matthew Wild 59c937eb43 util.array: Fix for array:filter() (in-place filtering) 16 years ago
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 16 years ago
Matthew Wild 4512d4c8ce 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 16 years ago
Matthew Wild e45610ce6e Add copyright header to those files missing one 17 years ago
Matthew Wild 7d05900c4b util.array: Add support for + operator to create a new array from two arrays joined 17 years ago
Matthew Wild 38f157315a util.array: Make array:reverse() and array:shuffle() return the array to allow chaining 17 years ago
Matthew Wild 72331edf3e util.array: Add array:append() method, to append a new array to an existing one 17 years ago
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 17 years ago
Matthew Wild cb2b5ec86f util.array: Add :reverse() method 17 years ago
Matthew Wild 3ab003a514 util.array: Expose array.* functions, to be used for unwrapped arrays 17 years ago
Matthew Wild 7b1eacf880 util.array: New array library 17 years ago