[][src]Type Definition itertools::structs::DedupWithCount

type DedupWithCount<I> = DedupByWithCount<I, DedupEq>;

An iterator adaptor that removes repeated duplicates, while keeping a count of how many repeated elements were present.

See .dedup_with_count() for more information.