Macro hashmap

Source
macro_rules! hashmap {
    ($($key:expr => $val:expr),*) => { ... };
}
Expand description

引数からstd::collections::HashMapを作る。