Macro dbg

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