Skip to main content

GrafeoSet

Type Alias GrafeoSet 

Source
pub type GrafeoSet<T> = HashSet<T, FxBuildHasher>;
Expand description

Standard HashSet with FxHash.

Aliased Typeยง

pub struct GrafeoSet<T> { /* private fields */ }