pub type FastHashSet<T> = HashSet<T, Xxh3DefaultBuilder>;Expand description
Hash set with the crate’s default XXH3 hasher.
Aliased Type§
pub struct FastHashSet<T> { /* private fields */ }pub type FastHashSet<T> = HashSet<T, Xxh3DefaultBuilder>;Hash set with the crate’s default XXH3 hasher.
pub struct FastHashSet<T> { /* private fields */ }