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

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

: OrderMap has been renamed to IndexMap

Old name; use IndexMap instead.