format

Formats an input string into a newly-allocated string and returns it

string
format
(
Args...
)

Parameters

fmt cstring

Format string to use

args Args

Variadic arguments to format according to fmt

Return Value

Type: string

A newly allocated, immutable formatted string

Meta