Software /
code /
prosody
Log
util/array.lua @ 1915:e9d5406caf8c
description | author | age |
---|---|---|
util.array: Fix for array:filter() (in-place filtering) | Matthew Wild | Mon, 05 Oct 2009 17:56:31 +0100 |
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 | Matthew Wild | Mon, 05 Oct 2009 14:38:04 +0100 |
Add copyright header to those files missing one | Matthew Wild | Fri, 10 Jul 2009 03:08:38 +0100 |
util.array: Add support for + operator to create a new array from two arrays joined | Matthew Wild | Sat, 20 Jun 2009 22:47:12 +0100 |
util.array: Make array:reverse() and array:shuffle() return the array to allow chaining | Matthew Wild | Sat, 20 Jun 2009 22:45:07 +0100 |
util.array: Add array:append() method, to append a new array to an existing one | Matthew Wild | Sat, 20 Jun 2009 22:43:54 +0100 |