macro_rules! num_args {
() => { ... };
($_x:tt $($xs:tt)*) => { ... };
}
Expand description
Return the number of arguments passed.
macro_rules! num_args {
() => { ... };
($_x:tt $($xs:tt)*) => { ... };
}
Return the number of arguments passed.