Macro extendr_api::reprintln[][src]

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

Print with a newline via the R output stream.