pub type DefaultSequenceStore<AlphabetType> = BitVectorSequenceStore<AlphabetType>;Expand description
The default genome sequence store type that achieves a good balance between speed and size.
Aliased Typeยง
pub struct DefaultSequenceStore<AlphabetType> { /* private fields */ }