macro_rules! debug_println {
($($arg:tt)*) => { ... };
}Expand description
A helper macro that only prints with the debug-print fature enabled.
macro_rules! debug_println {
($($arg:tt)*) => { ... };
}A helper macro that only prints with the debug-print fature enabled.