hw-prim-0.0.0.9: 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