[][src]Type Definition ahash::AHashMap

type AHashMap<K, V> = HashMap<K, V, BuildHasherDefault<AHasher>>;

A HashMap using a BuildHasherDefault BuildHasher to hash the items.