pub fn countn(n: usize, fun: &mut dyn FnMut(&[u64]) -> u64) -> u64
Expand description

Counts the number of solutions of an n-argument boolean function.