debug_println

Macro debug_println 

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

A helper macro that only prints with the debug-print fature enabled.