union

Function union 

Source
pub fn union<A: Eq>(b: impl Iterator<Item: Iterator<Item = A>>) -> Union<A>