reverse package:rio
O(n) reverse xs efficiently returns the
elements of
xs in reverse order.
O(n) reverse xs returns the elements of
xs in reverse order.
reverse xs returns the elements of
xs in
reverse order.
xs must be finite.
The reverse of a sequence.
O(n) Reverse the characters of a string.
Example:
>>> T.reverse "desrever"
"reversed"
Subject to fusion.
O(n) reverse t returns the elements of
t in reverse order.