reverse (List)

reverse (List) → List

It creates a new list by reversing the elements of the given list from the end to the beginning.

Example:

<br><O N="reverseObject1" T="Project" Category="Functions" TransAlignRule="1"><br> <!-- created by ParamML Examples on 8/23/2023 --><br> <P N="List" V="[5,3,10,7,1]" /><br> <P N="reversed_List" V="reverse(List)" /><br></O><br>

Last updated