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