Module index_map

Source
Available on crate feature index-map only.
Expand description

A map with the key stored as part of the value.

Structs§

IndexMap
The main IndexMap data-structure type.

Traits§

Index
The main index type to implement for each type to be stored in an IndexMap.