std::io

printfn

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

Parameters