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

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