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.