Macro underscore_args::args

source ·
macro_rules! args {
    ($x:ident ( $($y:ident : $z:expr),* $(,)* )) => { ... };
}