Method _Stdio.Buffer()->sprintf()
- Method
sprintf
Buffer
sprintf(strict_sprintf_format
format
,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.