reverse -package -base +text
O(n) reverse t returns the elements of t in reverse order.
O(n) Reverse the characters of a string. Subject to fusion.
O(1) Iterate one step backwards through a UTF-16 array, returning the current character and the delta to add (i.e. a negative number) to give the next offset to iterate at.