gfx_auxil

Type Alias FastHashSet

Source
pub type FastHashSet<K> = HashSet<K, BuildHasherDefault<FxHasher>>;

Aliased Typeยง

struct FastHashSet<K> { /* private fields */ }