Macro rog::debugln[][src]

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

Debugs to the standard output, with a newline.