[−][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.
type OrderMap<K, V, S = RandomState> = IndexMap<K, V, S>;
: OrderMap has been renamed to IndexMap
Old name; use IndexMap
instead.