Module cycle_map::cycle_map

source ·
Expand description

A strict one-to-one map

Structs

  • A hash map implementation that allows bi-directional, constant time lookups.
  • A draining iterator over entries of a CycleMap which satisfy the predicate f.
  • An iterator over the entry pairs of a CycleMap.
  • An iterator over the entry pairs of a CycleMap.
  • An iterator over the left elements of a CycleMap.