union_ranges

Function union_ranges 

Source
pub fn union_ranges<A: Atom>(
    iter: impl Iterator<Item = (A, A)>,
    other: impl Iterator<Item = (A, A)>,
) -> impl Iterator<Item = (A, A)>
Expand description

perform iter | other