seqloc-0.6.1.1: Handle sequence locations for bioinformatics

Safe HaskellNone
LanguageHaskell2010

Bio.SeqLoc.ShiftedVector

Documentation

data ShiftedVector a Source

Constructors

ShiftedVector 

Fields

zerois :: !Int
 
nullis :: !a
 
vector :: !(Vector a)
 

Instances

modifySome :: ShiftedVector a -> [Int] -> (a -> a) -> ShiftedVector a Source