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