macro_rules! println {
() => { ... };
($($arg:tt)*) => { ... };
}Expand description
Formatted Print: with a new-line at the end.
macro_rules! println {
() => { ... };
($($arg:tt)*) => { ... };
}Formatted Print: with a new-line at the end.