Macro savvy::r_println

source ·
macro_rules! r_println {
    () => { ... };
    ($($arg:tt)*) => { ... };
}