Skip to main content

Module duplicates_impl

Module duplicates_impl 

Source

Modules§

private 🔒

Functions§

duplicates_by_with_hasher
Create a new DuplicatesBy iterator with a specified hash builder.
duplicates_with_hasher
Create a new Duplicates iterator with a specified hash builder.

Type Aliases§

Duplicates
An iterator adapter to filter out duplicate elements.
DuplicatesBy
An iterator adapter to filter for duplicate elements.