Macro roxido::reprint[][src]

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

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