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

HaskellWorks.Data.Vector.AsVector8ns

Documentation

class AsVector8ns a where Source #

Methods

asVector8ns :: 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
AsVector8ns ByteString Source # 
Instance details

Defined in HaskellWorks.Data.Vector.AsVector8ns

AsVector8ns [ByteString] Source # 
Instance details

Defined in HaskellWorks.Data.Vector.AsVector8ns