macro_rules! variables {
() => { ... };
($( $var: ident ),*) => { ... };
}
Expand description
Macro to simplify mapping of layout variable
macro_rules! variables {
() => { ... };
($( $var: ident ),*) => { ... };
}
Macro to simplify mapping of layout variable