[][src]Macro simon::args_depend

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