Macro or_else

Source
macro_rules! or_else {
    ($value:expr, $other: expr) => { ... };
    (, $other: expr) => { ... };
}