Type Definition crayon::utils::hash::FastHashSet

source ·
pub type FastHashSet<V> = HashSet<V, FastBuildHasher>;
Expand description

A HashSet using a default Fx hasher.