hw-prim-0.6.3.2: Primitive functions and data types
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

Instances details
AsVector8s ByteString Source # 
Instance details

Defined in HaskellWorks.Data.Vector.AsVector8s

AsVector8s [ByteString] Source # 
Instance details

Defined in HaskellWorks.Data.Vector.AsVector8s