FormatSpec.DYNAMIC

Special value for width, precision and separators.

It flags that these values will be passed at runtime through variadic arguments.

struct FormatSpec(Char)
enum int DYNAMIC;

Meta