Structs§
Traits§
Functions§
- coalesce
- Create a new
Coalesce
. - dedup
- Create a new
Dedup
. - dedup_
by - Create a new
DedupBy
. - dedup_
by_ with_ count - Create a new
DedupByWithCount
. - dedup_
with_ count - Create a new
DedupWithCount
.
Type Aliases§
- Coalesce
- An iterator adaptor that may join together adjacent elements.
- Dedup
- An iterator adaptor that removes repeated duplicates.
- DedupBy
- An iterator adaptor that removes repeated duplicates, determining equality using a comparison function.
- Dedup
ByWith Count - An iterator adaptor that removes repeated duplicates, while keeping a count of how many repeated elements were present. This will determine equality using a comparison function.
- Dedup
With Count - An iterator adaptor that removes repeated duplicates, while keeping a count of how many repeated elements were present.