macro_rules! hash_map { () => { ... }; ($($key:expr => $val:expr),*) => { ... }; }
Creates a new hash map instance.
K
V
HashMap<K, V>