[][src]Type Definition ahash::AHashMap

type AHashMap<K, V> = HashMap<K, V, LocationBasedState>;

A HashMap using a LocationBasedState BuildHasher to hash the items.