Module hash_map

Source

Structsยง

HashMap ๐Ÿ”’
A hash map implemented with quadratic probing and SIMD lookup.

Enumsยง

Entry ๐Ÿ”’
A view into a single entry in a map, which may either be vacant or occupied.