Function itertools::unique_impl::unique

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