pub fn count1<F: FnMut(u64) -> u64>(f: &mut F) -> u64
Expand description

Counts the number of solutions of a 1-argument boolean function.