macro_rules! meow { () => { ... }; ($($fmt:literal)*) => { ... }; ($($fmt:literal)*, $($args:tt)*) => { ... }; }