std::io

eprintfn

fn usz? eprintfn(String format, args...) @maydiscard
Prints using a 'printf'-style formatting string,
to stderr appending '\n' at the end. See `printf`.

Parameters