[][src]Type Definition zwohash::HashMap

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

A collections::HashMap using ZwoHasher to compute hashes.