FormatSpec.sep

The separator of a nested format specifier.

null means, there is no separator. empty, but not null, means zero length separator.

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

Meta