itertools::unique_impl

Function unique

Source
pub fn unique<I>(iter: I) -> Unique<I> 
where I: Iterator, I::Item: Eq + Hash + Clone,