Type Alias ahash::HashSet

source ·
pub type HashSet<K> = HashSet<K, RandomState>;
Expand description

Type alias for HashSet<K, ahash::RandomState>

Aliased Type§

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