arity

Macro arity 

Source
macro_rules! arity {
    ($arg:ident $($tail:tt)*) => { ... };
    () => { ... };
}