bioinformatics-toolkit-0.10.0: A collection of bioinformatics tools
Safe HaskellNone
LanguageHaskell2010

Bio.Utils.BitVector

Documentation

data BitVector Source #

Constructors

BitVector Int (Vector Word8) 

set :: PrimMonad m => BitMVector (PrimState m) -> Int -> m () Source #

clear :: PrimMonad m => BitMVector (PrimState m) -> Int -> m () Source #