pub type AHashSet<T> = HashSet<T, RandomState>;Expand description
A HashSet using ahash::RandomState as the hasher.
Aliased Type§
pub struct AHashSet<T> { /* private fields */ }pub type AHashSet<T> = HashSet<T, RandomState>;A HashSet using ahash::RandomState as the hasher.
pub struct AHashSet<T> { /* private fields */ }