pub fn dedup_with_count<I>(iter: I) -> DedupWithCount<I>where
    I: Iterator,
Expand description

Create a new DedupWithCount.