Type Alias swc_core::common::collections::AHashSet

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

Aliased Type§

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