THT
Install
Manual
Version: v0.8.1 - Beta. We welcome
contributors & feedback
.
Home
Manual
List
List.reverse
reverse() -> self
Description
Reverse the order of items.
['a', 'b', 'c'].reverse() //= ['c', 'b', 'a']
See Also
shuffle
sort
swap
Back: List