itertools::adaptors

Module coalesce

source

Structs§

Traits§

Functions§

Type Aliases§

  • An iterator adaptor that may join together adjacent elements.
  • An iterator adaptor that removes repeated duplicates.
  • An iterator adaptor that removes repeated duplicates, determining equality using a comparison function.
  • 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.
  • An iterator adaptor that removes repeated duplicates, while keeping a count of how many repeated elements were present.