macro_rules! println {
() => { ... };
($($arg:tt)*) => { ... };
}Expand description
Print to stdout and add a return carriage.
macro_rules! println {
() => { ... };
($($arg:tt)*) => { ... };
}Print to stdout and add a return carriage.