Macro libax::print

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

Prints to the standard output.

Equivalent to the println! macro except that a newline is not printed at the end of the message.