Type Definition concordium_std::collections::HashSet

source ·
pub type HashSet<K, S = BuildHasherDefault<FnvHasher>> = HashSet<K, S, Global>;
Expand description

Reexport of the HashSet from hashbrown with the default hasher set to the fnv hash function.