pub type FxHashSet<T> = HashSet<T, FxBuildHasher>;
Expand description
Faster HashSet
which uses FxHasher
.
Aliased Typeยง
struct FxHashSet<T> { /* private fields */ }
pub type FxHashSet<T> = HashSet<T, FxBuildHasher>;
Faster HashSet
which uses FxHasher
.
struct FxHashSet<T> { /* private fields */ }