opt

Macro opt 

Source
macro_rules! opt {
    ($maybe:expr) => { ... };
    ($input:expr, $maybe:expr) => { ... };
}