itertools::adaptors::coalesce

Function dedup_with_count

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

Create a new DedupWithCount.