macro_rules! or_default {
    ($default:expr,) => { ... };
    ($default:expr, $next:expr) => { ... };
}
Expand description

A convenience macro to deal with $($expr)?.