Module more_collections::index_set_multimap

source ·

Macros§

Structs§

  • Multimap implementation that behaves like IndexMap<K, IndexSet<V>>.
  • An owning iterator over the entries of a multimap.
  • An owning iterator over the keys of a multimap.
  • An owning iterator over the values of a multimap.
  • An iterator over the entries of a multimap.
  • An iterator over the keys of a multimap.
  • An iterator over the values of a multimap.