expand_if_else

Macro expand_if_else 

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