Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
- chunkedBy :: Int -> ByteString -> [ByteString]
Documentation
chunkedBy :: Int -> ByteString -> [ByteString] Source #
Chunk a bs into list of smaller byte strings of no more than
n elements
Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
chunkedBy :: Int -> ByteString -> [ByteString] Source #
Chunk a bs into list of smaller byte strings of no more than
n elements