Type Alias FullHashMap

Source
pub type FullHashMap<K, V> = HashMap<K, V, BuildHasherDefault<XxHash64>>;
Expand description

Arbitrary HashMap using more performant hashing algorithm

Aliased Typeยง

pub struct FullHashMap<K, V> { /* private fields */ }