Module indexmap::set

source ·
Expand description

A hash set implemented using IndexMap

Structs§

  • A lazy iterator producing elements in the difference of IndexSets.
  • A draining iterator over the items of a IndexSet.
  • A hash set where the iteration order of the values is independent of their hash values.
  • A lazy iterator producing elements in the intersection of IndexSets.
  • An owning iterator over the items of a IndexSet.
  • An iterator over the items of a IndexSet.
  • A dynamically-sized slice of values in an IndexSet.
  • A lazy iterator producing elements in the symmetric difference of IndexSets.
  • A lazy iterator producing elements in the union of IndexSets.