[][src]Macro amplify::bmap

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