[][src]Type Definition fxhash::FxHashSet

type FxHashSet<V> = HashSet<V, FxBuildHasher>;

A HashSet using a default Fx hasher.