Type Definition swc_common::collections::AHashSet[][src]

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