Type Definition slow_primes::Factors [] [src]

type Factors = Vec<(usize, usize)>;

(prime, exponent) pairs storing the prime factorisation of a number.