pub fn permutation_count(elements: usize, pairs: usize) -> Option<usize>
regression
An exact count of permutations. Returns None if the arithmetic can’t fit.
None