Macro optional_arg

Source
macro_rules! optional_arg {
    (           ) => { ... };
    ( $($a:expr)* ) => { ... };
}