FormatSpec.this

Construct a new FormatSpec using the format string fmt, no processing is done until needed.

struct FormatSpec(Char)
@safe pure
this
(
in Char[] fmt
)
if (
is(Unqual!Char == Char)
)

Meta

Suggestion Box / Bug Report