macro_rules! println {
    ($fmt: literal $(, $($arg: tt)+)?) => { ... };
}
Expand description

println string macro