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

Path Semantical Logic: Counts the number of solutions of a 2-argument boolean function,

For more information, see the section “Path Semantical Logic” at the top level documentation.

For 2-argument functions this is the same as normal counting of solutions.