Software /
code /
prosody
Log
util/array.lua @ 7020:6ab9c691c4c6
description | author | age |
---|---|---|
util.array: Just use table.remove as array:pop() | Kim Alvefur | Wed, 23 Dec 2015 08:39:22 +0100 |
util.array: Fix minory style issues | Kim Alvefur | Wed, 23 Dec 2015 08:32:13 +0100 |
util.*: Remove use of module() function, make all module functions local and return them in a table at the end | Kim Alvefur | Sat, 21 Feb 2015 10:36:37 +0100 |
util.array: Add type() local | Kim Alvefur | Wed, 17 Sep 2014 14:50:44 +0200 |
util.array: Improve array:reverse() and make it work as both method and non-mutating function | Kim Alvefur | Sun, 06 Oct 2013 23:18:54 +0200 |
Remove all trailing whitespace | Florian Zeitz | Fri, 09 Aug 2013 17:48:21 +0200 |
util.array: Wrap tostring() output in {} (otherwise empty arrays print as ""). | Waqas Hussain | Tue, 07 May 2013 10:41:03 -0400 |