Type Definition concordium_std::HashMap

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

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