Type Definition metrohash::MetroHashSet[][src]

type MetroHashSet<V> = HashSet<V, MetroBuildHasher>;

A HashSet using a default MetroHash.