Type Definition fungui::FnvHashSet

source ·
pub type FnvHashSet<T> = HashSet<T, BuildHasherDefault<FnvHasher>>;
Expand description

A HashSet using a default FNV hasher.