[][src]Macro amplify::map

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