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