Expand description

A simple map based on a vector for small integer keys. Space requirements are O(highest integer key).

Structs

A draining iterator over the key-value pairs of a map.

A consuming iterator over the key-value pairs of a map.

An iterator over the key-value pairs of a map.

An iterator over the key-value pairs of a map, with the values being mutable.

An iterator over the keys of a map.

An occupied Entry.

A vacant Entry.

An iterator over the values of a map.

An iterator over the values of a map.

A map optimized for small integer keys.

Enums

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