Skip to main content

FastSet1

Type Alias FastSet1 

Source
pub type FastSet1<V> = HashSet<V, BuildHasherDefault<FxHasher>>;
Expand description

A fast set that is not resistant to collision attacks. Works on one byte at a time.

Aliased Typeยง

pub struct FastSet1<V> { /* private fields */ }