pub type PlIndexMap<K, V> = IndexMap<K, V, RandomState>;
pub struct PlIndexMap<K, V> { /* private fields */ }