Appender.toString

A general handler for format strings.

This handler centers around the function writeUpToNextSpec, which parses the format string until the next format specifier is found. After the call, it provides information about this format specifier in its numerous variables.

template toString(Writer)
const
void
toString
(
ref Writer w
,
scope const ref FormatSpec!char fmt
)
if (
isOutputRange!(Writer, char)
)

Meta