macro_rules! expand_if_else {
([] $then:tt {$($else:tt)*} ) => { ... };
([$($if:tt)+] {$($then:tt)*} $else:tt ) => { ... };
}macro_rules! expand_if_else {
([] $then:tt {$($else:tt)*} ) => { ... };
([$($if:tt)+] {$($then:tt)*} $else:tt ) => { ... };
}