hw-prim-0.4.0.5: Primitive functions and data types

Safe HaskellSafe
LanguageHaskell2010

HaskellWorks.Data.ByteString

Synopsis

Documentation

chunkedBy :: Int -> ByteString -> [ByteString] Source #

Chunk a bs into list of smaller byte strings of no more than n elements