debug_println

Macro debug_println 

Source
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...)