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