pub type HashSet<T> = HashSet<T, FxBuildHasher>;Expand description
Drop-in replacement for std::collections::HashSet.
Aliased Typeยง
pub struct HashSet<T> { /* private fields */ }pub type HashSet<T> = HashSet<T, FxBuildHasher>;Drop-in replacement for std::collections::HashSet.
pub struct HashSet<T> { /* private fields */ }