Macro axlog::ax_println
source · macro_rules! ax_println { () => { ... }; ($($arg:tt)*) => { ... }; }
Expand description
Prints to the console, with a newline.
macro_rules! ax_println { () => { ... }; ($($arg:tt)*) => { ... }; }
Prints to the console, with a newline.