[][src]Macro hina::dlog

macro_rules! dlog {
    () => { ... };
    ($fmt: expr) => { ... };
    ($($arg: tt)*) => { ... };
}

a macro that prints a line to stdout only in debug builds.