Macro nu_protocol::outln
source · [−]macro_rules! outln {
($($tokens:tt)*) => { ... };
}
Expand description
Outputs to standard out with a newline added
Note: this exists to differentiate between intentional writing to stdout and stray printlns left by accident