Skip to main content

eprint

Macro eprint 

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