macro_rules! variable_map {
[$( $name: expr => $value: expr ),*] => { ... };
}
Expand description
Macro to simplify creation of layout map
macro_rules! variable_map {
[$( $name: expr => $value: expr ),*] => { ... };
}
Macro to simplify creation of layout map