Macro dprintln

Source
macro_rules! dprintln {
    { $f:literal $($a:tt)* } => { ... };
}
Expand description

Switch to the nontrivial version of this, to get debugging output on stderr