sformat

Append the processed (formatted) input onto the end of the provided buffer

Parameters

buffer mstring

The buffer to which to append the formatted string; its capacity will be increased if necessary

fmt cstring

Format string to use

args Args

Variadic arguments to format according to fmt

Return Value

Type: mstring

A reference to buffer

Meta