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