HashSet

Type Alias HashSet 

Source
pub type HashSet<K, Hasher = BuildHasherDefault<FnvHasher>> = HashSet<K, Hasher>;
Expand description

std::collections::HashSet that defaults to a deterministic hasher.

Aliased Typeยง

pub struct HashSet<K, Hasher = BuildHasherDefault<FnvHasher>> { /* private fields */ }