Skip to main content

debug

Macro debug 

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

Debug-level log (compiled out in release by default).