pub type AHashMap<K, V> = HashMap<K, V, RandomState>;
__common
struct AHashMap<K, V> { /* private fields */ }