macro_rules! dbg { () => { ... }; ($format:expr) => { ... }; ($format:expr, $($tail:expr),*) => { ... }; }