FormatSpec.nested

In case of a compound format specifier starting with "%$(LPAREN)" and ending with "%$(RPAREN)", _nested contains the string contained within the two separators.

struct FormatSpec(Char)
const(Char)[] nested;

Meta

Suggestion Box / Bug Report