Module more_collections::vec_map

source ·
Expand description

VecMap is a Vec-backed map, for faster random access.

Structs§

  • An owned iterator that iterates over the key-value pairs following the key ordering.
  • An iterator that iterates over the key-value pairs following the key ordering.
  • An iterator that iterates over the key-value pairs following the key ordering.
  • An iterator over the keys following the key natural order.
  • An iterator over the values following the key natural order.
  • A Vec-backed map.

Enums§

  • Entry for an existing key-value pair or a vacant location to insert one.

Traits§

  • A key that can be used in a map without needing a hasher.