Type Definition swc_common::collections::AHashMap

source ·
pub type AHashMap<K, V> = HashMap<K, V, RandomState>;