Macro rtx::rtxprintln

source ·
macro_rules! rtxprintln {
    () => { ... };
    ($out:ident, $($arg:tt)*) => { ... };
}