Module rustc_data_structures::sorted_map::index_map

source ·
Expand description

A variant of SortedMap that preserves insertion order.

Structs§

  • An indexed multi-map that preserves insertion order while permitting both O(log n) lookup of an item by key and O(1) lookup by index.