Type Alias lf_gfx::FastHashSet

source ·
pub type FastHashSet<T> = HashSet<T, FastHashState>;
Expand description

A non-cryptographic hash set

Aliased Type§

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