Type Alias swc_common::collections::AHashSet

source ·
pub type AHashSet<V> = HashSet<V, ARandomState>;

Aliased Type§

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