swc_core::common::collections

Type Alias AHashSet

pub type AHashSet<V> = HashSet<V, RandomState>;
Available on crate feature __common only.

Aliased Typeยง

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