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