pub type PlIndexMap<K, V> = IndexMap<K, V, RandomState>;
Available on crate features object and private only.