Type Alias concordium_std::HashSet

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

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

Aliased Type§

struct HashSet<K, S = BuildHasherDefault<FnvHasher>> { /* private fields */ }