Type Alias concordium_std::HashMap

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

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

Aliased Type§

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