Module : lang.array
Module Overview
This module provides lang library list operations defined by the language specification 2019R2.
$anonType$2 |
enumerate | Returns a new array comprising of position and member pairs. |
filter | Returns a new array constructed from those elements of 'arr' for which |
forEach | Apply function |
fromBase16 | Returns the byte array that |
fromBase64 | Returns the byte array that |
indexOf | Returns the index of first member of |
iterator | Returns an iterator over the members of |
length | Returns the number of members contained in |
map | Returns a new array applying function |
pop | Remove and return the last member of the |
push | Add |
reduce | Reduce operate on each member of |
remove | Removes the member of |
removeAll | Removes all members of |
reverse | Reverse the order of the members of |
setLength | Increase or decrease the length.
|
shift | Remove and return first element of the array |
slice | Returns a sub array starting from |
sort | Sort |
toBase16 | Returns the string representing |
toBase64 | Returns the string representing |
unshift | Add |