[][src]Macro simon::args_choice

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