format

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

format
(
Args...
)

Parameters

fmt cstring

Format string to use

args Args

Variadic arguments to format according to fmt

Return Value

Type: istring

A newly allocated, immutable formatted string

Meta