Array Adapter Module for Base Library
Eric Bréchemier © 2011, Some Rights Reserved Legal-Box SAS © 2010-2011, All Rights Reserved
BSD License http://creativecommons.org/licenses/BSD/
2011-08-14
lb. | Array Adapter Module for Base Library |
Functions | |
addOne(array, item) | Add an item to the array, only once (no duplicates allowed). |
removeOne(array, item]) | Remove the first occurence of an item from the given array. |
removeAll(array) | Remove all items from the array. |
copy(array): array | Copy an array. |
toArray(pseudoArray): array | Convert a pseudo-array to an array. |