Macro impl_is_zero_tuples

Source
macro_rules! impl_is_zero_tuples {
    () => { ... };
    ($first_arg:ident $(,$rest:ident)*) => { ... };
}