Macro savvy::r_print

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