macro_rules! debug_println {
($($arg:tt)*) => { ... };
}Expand description
Debug print macro that only outputs if SPARSEIR_DEBUG is set
Usage: debug_println!("format string", args...)
macro_rules! debug_println {
($($arg:tt)*) => { ... };
}Debug print macro that only outputs if SPARSEIR_DEBUG is set
Usage: debug_println!("format string", args...)