Skip to main content

ax_println

Macro ax_println 

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

Prints to the console, with a newline.