Macro arctk::map[][src]

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

Concisely construct a hashmap.