Type Alias PokemonTypeGroup

Source
pub type PokemonTypeGroup<P, const N: usize, const R: usize> = Group<P, FitnessPokemonType<P>, RankSelectorIndividual<P, R>, FromTopReplenisherIndividual<P, N, R>, N, R>;

Aliased Typeยง

struct PokemonTypeGroup<P, const N: usize, const R: usize> { /* private fields */ }