outln

Macro outln 

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