pub type Dedup<I> = DedupBy<I, DedupEq>;
Expand description
An iterator adaptor that removes repeated duplicates.
See .dedup()
for more information.
Aliased Type§
struct Dedup<I> { /* private fields */ }
Layout§
Note: Encountered an error during type layout; the type failed to be normalized.