Expand description

An ordered map based on a B-Tree that keeps insertion order of elements.

Structs

A b-tree map where the iteration order of the key-value pairs is independent of the ordering of the keys.

An owning iterator over the entries of a IndexMap.

An iterator over the entries of an IndexMap.

A mutable iterator over the entries of an IndexMap.

A view into an occupied entry in a IndexMap. It is part of the Entry enum.

A view into a vacant entry in an IndexMap. It is part of the Entry enum.

An iterator over the values of an IndexMap.

An iterator over the values of an IndexMap.

Enums

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