tools-yj-0.1.0.38: Tribial tools
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Sequence.Word8

Contents

Synopsis

FROM/TO BITS

fromBits :: Bits b => b -> Seq Word8 Source #

toBits :: Bits b => Seq Word8 -> b Source #

toBitsBE :: Bits b => Seq Word8 -> b Source #