Macro libax::println

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

Prints to the standard output, with a newline.