[][src]Macro ufmt_stdio::d_println

macro_rules! d_println {
    () => { ... };
    ($($arg:tt)*) => { ... };
}

Prints to the stdout with newline in debug mode only