pub type PrecomputedHashSet<K> = HashSet<K, BuildHasherDefault<PrecomputedHasher>>;Expand description
A simple alias for a hashset using PrecomputedHasher.
Aliased Typeยง
pub struct PrecomputedHashSet<K> { /* private fields */ }pub type PrecomputedHashSet<K> = HashSet<K, BuildHasherDefault<PrecomputedHasher>>;A simple alias for a hashset using PrecomputedHasher.
pub struct PrecomputedHashSet<K> { /* private fields */ }