Function itertools::adaptors::coalesce::coalesce

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

Create a new Coalesce.