Function format

Produces a string according to the specified format.

String format(string fmt, Args...) (
  auto ref Args args
);

Parameters

NameDescription
fmt Format.
Args Types of the arguments.
args Arguments.

Returns

Formatted string.