Type Definition fxhash::FxHashSet[][src]

pub type FxHashSet<V> = HashSet<V, FxBuildHasher>;
Expand description

A HashSet using a default Fx hasher.