Skip to main content

FastSet

Type Alias FastSet 

Source
pub type FastSet<K> = HashSet<K, FastBuildHasher>;

Aliased Typeยง

pub struct FastSet<K> { /* private fields */ }