Type Definition fxhash::FxHashMap [] [src]

type FxHashMap<K, V> = HashMap<K, V, FxBuildHasher>;

A HashMap using a default Fx hasher.