Software /
code /
prosody
Log
util/array.lua @ 6777:5de6b93d0190
description | author | age |
---|---|---|
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 |
util.array: Accept an iterator to the array constructor | Matthew Wild | Wed, 08 Aug 2012 11:49:31 +0100 |