hw-bits-0.7.0.6: Bit manipulation
HaskellWorks.Data.Bits.Writer.Storable
data Writer s Source #
Constructors
Fields
full :: Writer s -> ST s Bool Source #
newWriter :: Int -> ST s (Writer s) Source #
unsafeWriteBit :: Writer s -> Word64 -> ST s () Source #
unsafeWriteLoBits :: Writer s -> Int -> Word64 -> ST s () Source #
unsafeWriteBits :: Writer s -> Int -> Word64 -> ST s () Source #
written :: Writer s -> ST s (MVector s Word64) Source #