Instant is
off
|
Search plugin
|
Manual
|
haskell.org
transpose
-containers +text
Packages
containers
text
transpose
:: [Text] -> [Text]
text
Data.Text
,
text
Data.Text.Lazy
O(n)
The
transpose
function transposes the rows and columns of its
Text
argument. Note that this function uses
pack
,
unpack
, and the list version of transpose, and is thus not very efficient.
©
Neil Mitchell
2004-2012, version 4.2.11