macro_rules! zeroth { (zeroth, $($code:tt)*) => { ... }; (first, $($code:tt)*) => { ... }; (second, $($code:tt)*) => { ... }; (third, $($code:tt)*) => { ... }; }