Module std::collections::hash_map

Overview

A dynamic hash map.

Structs

HashMap

A [hash map] implemented with quadratic probing and SIMD lookup.

Iter

An iterator over a hash map.

Keys

An iterator over a the keys in a hash map.

Values

An iterator over a the values in a hash map.