/
arraySort
arraySort
Description
Sorts the elements from an array.
Parameters
Return Type
Array
Example
watchers = arraySort(watchers, false);
The result returned by the function is an array that contains the elements from watchers sorted in the ascending order.
See also
Related content
arrayStructSort
arrayStructSort
More like this
arrayStructMap
arrayStructMap
Read with this
arraySort
arraySort
More like this
Array Functions
Array Functions
Read with this
arraySort
arraySort
More like this
Syntax and types introduction
Syntax and types introduction
Read with this