pub fn coalesce<I, F>(iter: I, f: F) -> Coalesce<I, F>where
    I: Iterator,
Expand description

Create a new Coalesce.