Type Definition style::hash::FnvHashMap [] [src]

type FnvHashMap<K, V> = HashMap<K, V, FnvBuildHasher>;

Hash map that uses the FNV hasher