pub trait Length<S> { const LENGTH: usize; }
A placeholder trait for storing the length of a prime factorization; required to be separate from the Factor trait in order for the trait solver to avoid cycles.
The length of a prime factorization, i.e., the number of unique prime factors.