Macro shared::stdoutln

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

Identical to the println! macro.