Module cycle_map::group_map

source ·
Expand description

A strick many-to-one map

Structs

  • A hash map implementation that allows bi-directional, near-constant time lookups.
  • An iterator over the entry items of a GroupMap.
  • An iterator over the elements of an inner set of a GroupMap.
  • An iterator over the elements of an inner set of a GroupMap.
  • An iterator over the entry pairs of a GroupMap.
  • An iterator over the elements of an inner set of a GroupMap.
  • An iterator over the entry pairs of a GroupMap.