Function elements_generated_by

Source
pub fn elements_generated_by(generators: &Vec<Permutation>) -> Vec<Permutation>
Expand description

Calculates the permutations generated by a set of generators.

Note that it uses a naive implementation that stores every permutation it visits.