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

The same as rprintln macro but works only in debug

rprintln