pub fn dedup_by_with_count<I, Pred>(
    iter: I,
    dedup_pred: Pred
) -> DedupByWithCount<I, Pred>where
    I: Iterator,
Expand description

Create a new DedupByWithCount.