pub type FxIndexSet<V> = IndexSet<V, FxBuildHasher>;
An IndexSet using FxHasher as its hasher.
IndexSet
FxHasher
struct FxIndexSet<V> { /* private fields */ }