Type Alias rusty_lr::HashSet

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

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

Aliased Type§

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