pub type GrafeoSet<T> = HashSet<T, FxBuildHasher>;Expand description
Standard HashSet with FxHash.
Aliased Typeยง
pub struct GrafeoSet<T> { /* private fields */ }pub type GrafeoSet<T> = HashSet<T, FxBuildHasher>;Standard HashSet with FxHash.
pub struct GrafeoSet<T> { /* private fields */ }