Function itertools::adaptors::coalesce::dedup_with_count

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

Create a new DedupWithCount.