Type Alias PrecomputedHashSet

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