Function itertools::adaptors::coalesce::dedup_by_with_count
source ยท 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
.