Macro if_same_else

Source
macro_rules! if_same_else {
    ([$($a:tt)*] [$($b:tt)*] [$($any0:tt)*] [$($any1:tt)*]) => { ... };
}