pub fn meet(iter: impl Iterator<Item = Certainty>) -> Certainty
Expand description

Think: iter.all(/* is certain */)