List.sort
Last updated
Sorts the elements in a list in ascending or descending order.
data
The list of elements to be sorted.
List
-
-
Yes
descending
Sorts the elements in ascending order if 'false', sorts in descending order if 'true'.
Boolean
false
true, false
No
Returns the sorted list.
List
N/A
Coming Soon.
Coming Soon.
Coming Soon.
Coming Soon.
Last updated