Instant is
off
|
Search plugin
|
Manual
|
haskell.org
intercalate
+bytestring
Packages
bytestring
intercalate
:: ByteString -> [ByteString] -> ByteString
bytestring
Data.ByteString
,
bytestring
Data.ByteString.Char8
,
bytestring
Data.ByteString.Lazy
,
bytestring
Data.ByteString.Lazy.Char8
O(n)
The
intercalate
function takes a
ByteString
and a list of
ByteString
s and concatenates the list after interspersing the first argument between each element of the list.
©
Neil Mitchell
2004-2012, version 4.2.11