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