Type Alias DefaultSequenceStore

Source
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ยง

struct DefaultSequenceStore<AlphabetType> { /* private fields */ }