swc_common::collections

Type Alias AHashSet

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

Aliased Typeยง

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