[][src]Type Definition zwohash::HashSet

type HashSet<V> = HashSet<V, BuildHasherDefault<ZwoHasher>>;

A collections::HashSet using ZwoHasher to compute hashes.