[][src]Macro yarte_parser::opt

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