Type Definition fxhash::FxHashMap

source · []
pub type FxHashMap<K, V> = HashMap<K, V, FxBuildHasher>;
Expand description

A HashMap using a default Fx hasher.