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