Type Alias swc_allocator::collections::HashSet

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

Aliased Type§

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