bioinformatics-toolkit-0.9.3.1: 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 #