Macro debug

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

Equivalent to std::println but omitted during non-testing builds