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.
reverse a finite NonEmpty stream.
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.
O(n) Reverse a vector
O(n) Reverse a vector
O(n) Reverse a vector
O(n) Reverse a vector