opt

Macro opt 

Source
macro_rules! opt {
    ($i:expr, $submac:ident!($($args:tt)*)) => { ... };
    ($i:expr, $f:expr) => { ... };
}