Macro args_depend

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