pub type DuplicatesBy<I, V, F> = DuplicatesBy<I, V, ByFn<F>>;
Expand description
An iterator adapter to filter for duplicate elements.
See .duplicates_by()
for more information.
Aliased Typeยง
struct DuplicatesBy<I, V, F> { /* private fields */ }
pub type DuplicatesBy<I, V, F> = DuplicatesBy<I, V, ByFn<F>>;
An iterator adapter to filter for duplicate elements.
See .duplicates_by()
for more information.
struct DuplicatesBy<I, V, F> { /* private fields */ }