[][src]Macro memora::debugln

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

Print debug information. Omitted in release builds.