Type Definition swc_common::collections::AHashSet

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