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

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