FormatSpec.sep

In case of a compound format specifier, _sep contains the string positioning after "%|". sep is null means no separator else sep.empty means 0 length separator.

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

Meta

Suggestion Box / Bug Report