pub type FxHashSet<T> = HashSet<T, FxBuildHasher>;Expand description
A HashSet using fast hashing.
Aliased Typeยง
pub struct FxHashSet<T> { /* private fields */ }pub type FxHashSet<T> = HashSet<T, FxBuildHasher>;A HashSet using fast hashing.
pub struct FxHashSet<T> { /* private fields */ }