Macro eprint

Source
macro_rules! eprint {
    ($($arg:tt)*) => { ... };
}
Expand description

Corresponds to std’s eprint!-macro