format

Produces a string according to the specified format.

format
(
string fmt
Args...
)
(
auto ref Args args
)

Parameters

fmt

Format.

Args

Types of the arguments.

args Args

Arguments.

Return Value

Type: String

Formatted string.

Meta