pub type PlIndexMap<K, V> = IndexMap<K, V, RandomState>;
This is supported on crate feature object only.