hw-prim-0.6.2.22: Primitive functions and data types

Safe HaskellNone
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.