Type Alias compact_genome::implementation::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 */ }