DedupWithCount

Type Alias DedupWithCount 

Source
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§

pub struct DedupWithCount<I> { /* private fields */ }

Layout§

Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.