FormatSpec.DYNAMIC

Special value for width and precision. DYNAMIC width or precision means that they were specified with '*' in the format string and are passed at runtime through the varargs.

struct FormatSpec(Char)
enum int DYNAMIC;

Meta

Suggestion Box / Bug Report