swc_allocator::collections

Type Alias HashSet

source
pub type HashSet<T, S> = HashSet<T, S, FastAlloc>;
Expand description

Aliased Typeยง

struct HashSet<T, S> { /* private fields */ }