[][src]Macro simon::args_either

macro_rules! args_either {
    ( $only:expr ) => { ... };
    ( $head:expr, $($tail:expr),* $(,)* ) => { ... };
}