pub type DedupBy<I, Pred> = CoalesceBy<I, DedupPred2CoalescePred<Pred>, NoCount>;
Expand description
An iterator adaptor that removes repeated duplicates, determining equality using a comparison function.
See .dedup_by()
or .dedup()
for more information.
Aliased Type§
pub struct DedupBy<I, Pred> { /* 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.