@lang:reverse
Return a new array with elements in reverse order.
Returns: array
Syntax
Section titled “Syntax”@lang:reverse(arr)Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
arr | array | Source array |
See Also
Section titled “See Also”- @sort — sort by comparator