stdoutln

Macro stdoutln 

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

Identical to the println! macro.