macro_rules! println {
() => { ... };
($($arg:tt)*) => { ... };
}
Expand description
Prints a message to the standard output and appends a newline.
macro_rules! println {
() => { ... };
($($arg:tt)*) => { ... };
}
Prints a message to the standard output and appends a newline.