macro_rules! println {
($($arg: tt)*) => { ... };
}
Expand description
Print a message to the standard output stream, with a newline.
macro_rules! println {
($($arg: tt)*) => { ... };
}
Print a message to the standard output stream, with a newline.