Extracted from Pike v8.0 release 240 as of 2016-05-30.
   

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.