Extracted from Pike v8.0 release 28 as of 2015-08-03.
   

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.