pub fn dedup_with_count<I>(iter: I) -> DedupWithCount<I>where I: Iterator,
Create a new DedupWithCount.
DedupWithCount