Module more_collections::hash_vec_multimap

source ·

Macros§

Structs§

  • Multimap implementation that behaves like HashMap<K, Vec<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.