Skip to main content

AHashSet

Type Alias AHashSet 

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