[][src]Type Definition joaat::JoaatHashMap

type JoaatHashMap<K, V> = HashMap<K, V, JoaatBuildHasher>;

A HashMap using a default Joaat hasher.