macro_rules! ai_println {
() => { ... };
($($arg:tt)*) => { ... };
}Expand description
Println to stdout or stderr based on AI mode
macro_rules! ai_println {
() => { ... };
($($arg:tt)*) => { ... };
}Println to stdout or stderr based on AI mode