Type Definition collections::HashMap[][src]

type HashMap<K, V> = HashMap<K, V, BuildHasherDefault<FxHasher>>;