Skip to main content

FastHashSet

Type Alias FastHashSet 

Source
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 */ }