Macro extendr_api::reprintln

source ·
macro_rules! reprintln {
    () => { ... };
    ($($rest: tt)*) => { ... };
}
Expand description

Print with a newline via the R output stream.