[][src]Macro arctk::map

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

Concisely construct a hashmap.