Macro axstd::print

source ·
macro_rules! print {
    ($($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.