swc_common::collections

Type Alias AHashSet

source
pub type AHashSet<V> = HashSet<V, RandomState>;

Aliased Typeยง

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