macro_rules! ax_print {
($($arg:tt)*) => { ... };
}Expand description
Prints to the console.
Equivalent to the ax_println! macro except that a newline is not printed at
the end of the message.
macro_rules! ax_print {
($($arg:tt)*) => { ... };
}Prints to the console.
Equivalent to the ax_println! macro except that a newline is not printed at
the end of the message.