Macro madato::hashmap[][src]

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