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