Macro moras::dprintln

source ยท
macro_rules! dprintln {
    ($($arg:tt)*) => { ... };
}
Expand description

Println! macro that only prints if debug_assertions are enabled