| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
HaskellWorks.Data.Vector.AsVector8s
Documentation
class AsVector8s a where Source #
Methods
asVector8s :: Int -> a -> [Vector Word8] Source #
Represent the value as a list of Vector of n Word8 chunks.  The last chunk will
 also be of the specified chunk size filled with trailing zeros.
Instances
| AsVector8s ByteString Source # | |
| Defined in HaskellWorks.Data.Vector.AsVector8s Methods asVector8s :: Int -> ByteString -> [Vector Word8] Source # | |
| AsVector8s [ByteString] Source # | |
| Defined in HaskellWorks.Data.Vector.AsVector8s Methods asVector8s :: Int -> [ByteString] -> [Vector Word8] Source # | |