pub type DefaultSequenceStore<AlphabetType> = BitVectorSequenceStore<AlphabetType>;
Expand description

The default genome sequence store type that achieves a good balance between speed and size.