NGS version 0.2.5 auto-generated documentation
Documentation index
The global namespace
reverse multimethod
reverse multimethod
Methods
reverse(
arr:
Arr
)
Source:
stdlib.ngs:1819
Make new array which is a reversed given array
Returns
Arr
Example
[1,2,3].reverse() # [3,2,1]