std::io

fprintfn

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

Parameters