ADD
Add the value \ at the end of the array.
CLEAR
Clear the content of the array.
FIND
Searches for the value \ in the array.
FINDINDEX
Searches for the value \ in the array.
FINDORADD
Searches for the value \ in the array.
GETAT
Get the value from the array at the index \.
INSERTAT
Insert the value \ in the array at the index \.
REMOVE
Removes the value \ from the array (if it exists).
REMOVEAT
Removes a value from the array at the index \.
SETAT
Set the value \ in the array at the index \.
SORT
Sorts the content of the array according with the optional parameter \ (true by default).