fnv

Type Alias FnvHashSet

Source
pub type FnvHashSet<T> = HashSet<T, FnvBuildHasher>;
Expand description

A HashSet using a default FNV hasher.

Aliased Typeยง

struct FnvHashSet<T> { /* private fields */ }