macro_rules! reprintln { () => { ... }; ($($rest: tt)*) => { ... }; }
Expand description
Print with a newline via the R output stream.
macro_rules! reprintln { () => { ... }; ($($rest: tt)*) => { ... }; }
Print with a newline via the R output stream.