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