pub fn test_is_generator_small<S, const L: usize, C: SylowDecomposable<S>>(
    x: &C,
    d: usize
) -> bool
Expand description

True if x is of order d, False otherwise. Expensive and intended for use only with small values of d.