[go: up one dir, main page]

d_println

Macro d_println 

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

Prints to the stdout with newline in debug mode only