pub type IndexSet<K> = IndexSet<K, BuildHasherDefault<FxHasher>>;
struct IndexSet<K> { /* private fields */ }