Instant is
off
|
Search plugin
|
Manual
|
haskell.org
dropWhile
+bytestring
Packages
bytestring
dropWhile
:: (Char -> Bool) -> ByteString -> ByteString
bytestring
Data.ByteString.Char8
,
bytestring
Data.ByteString.Lazy.Char8
dropWhile
p xs returns the suffix remaining after
takeWhile
p xs.
dropWhile
:: (Word8 -> Bool) -> ByteString -> ByteString
bytestring
Data.ByteString
,
bytestring
Data.ByteString.Lazy
dropWhile
p xs returns the suffix remaining after
takeWhile
p xs.
©
Neil Mitchell
2004-2012, version 4.2.11