Type Definition indexmap::map::OrderMap [] [src]

type OrderMap<K, V, S = RandomState> = IndexMap<K, V, S>;
Deprecated

: OrderMap has been renamed to IndexMap

Old name; use IndexMap instead.