debug

Macro debug 

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

Prints to Aidoku logs if debug assertions are enabled.