pub type DedupWithCount<I> = DedupByWithCount<I, DedupEq>;
Expand description
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.
Aliased Type§
struct DedupWithCount<I> { /* private fields */ }
Layout§
Note: Encountered an error during type layout; the type failed to be normalized.