[][src]Macro automate::map

macro_rules! map {
    {$($key:expr => $val:expr),*} => { ... };
}

Creates a hashmap associating the given keys to the given values.