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