pub type Map<K, V> = HashMap<K, V>;
Key-value mappings with hash-based lookup.
pub struct Map<K, V> { /* private fields */ }