Instant is
off
|
Search plugin
|
Manual
|
haskell.org
reverse
-bytestring +text
Packages
bytestring
text
reverse
:: Text -> Text
text
Data.Text.Lazy
O(n)
reverse
t returns the elements of t in reverse order.
reverse
:: Text -> Text
text
Data.Text
O(n)
Reverse the characters of a string. Subject to fusion.
©
Neil Mitchell
2004-2012, version 4.2.11