Macro extendr_api::reprint
source · [−]macro_rules! reprint {
() => { ... };
($($rest: tt)*) => { ... };
}
Expand description
Print via the R error stream.
macro_rules! reprint {
() => { ... };
($($rest: tt)*) => { ... };
}
Print via the R error stream.