[][src]Macro simon::args_all

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