Type Alias ide_db::FxHashSet

pub type FxHashSet<V> = HashSet<V, FxBuildHasher>;
Expand description

Type alias for a hash set that uses the Fx hashing algorithm.

Aliased Typeยง

struct FxHashSet<V> { /* private fields */ }