std::collections

Module hash_map

1.0.0 · source
Expand description

A hash map implemented with quadratic probing and SIMD lookup.

Structs§

Enums§

  • A view into a single entry in a map, which may either be vacant or occupied.
  • A view into a single entry in a map, which may either be vacant or occupied.