Macro roxido::reprintln[][src]

macro_rules! reprintln {
    () => { ... };
    ($fmt_string : expr) => { ... };
    ($fmt_string : expr, $($arg : expr), *) => { ... };
}
Expand description

Just like Rust’s usual eprintln! macro, except output goes to the R console.