axlog

Macro ax_println

Source
macro_rules! ax_println {
    () => { ... };
    ($($arg:tt)*) => { ... };
}
Expand description

Prints to the console, with a newline.