expand_or

Macro expand_or 

Source
macro_rules! expand_or {
    ([] $($or:tt)*  ) => { ... };
    ([$($expand:tt)+] $($or:tt)* ) => { ... };
}