FormatSpec.this

Creates a new FormatSpec.

The string is lazily evaluated. That means, nothing is done, until writeUpToNextSpec is called.

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

Parameters

fmt Char[]

Meta