Macro mg::hash [] [src]

macro_rules! hash {
    ($($ident:expr => $value:expr,)*) => { ... };
}