Method _Stdio.Buffer()->sprintf()
- Method
sprintf
Buffersprintf(strict_sprintf_formatformat,sprintf_args...args)- Description
Appends the output from sprintf at the end of the buffer.
This is somewhat faster than add(sprintf(...)) since no intermediate string is created.