println

Macro println 

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

Replaces println! using fmt syntax.