FastHashSet

Type Alias FastHashSet 

Source
pub type FastHashSet<T> = HashSet<T, FastHashState>;
Expand description

A non-cryptographic hash set

Aliased Typeยง

pub struct FastHashSet<T> { /* private fields */ }