Type Alias compact_genome::implementation::DefaultSubGenome
source · pub type DefaultSubGenome<AlphabetType> = BitVectorSubGenome<AlphabetType>;Expand description
The default genome subsequence type that achieves a good balance between speed and size.
Aliased Type§
struct DefaultSubGenome<AlphabetType> { /* private fields */ }