Type Definition metrohash::MetroHashMap [] [src]

type MetroHashMap<K, V> = HashMap<K, V, MetroBuildHasher>;

A HashMap using a default MetroHash.