Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support use of
*
in format strings without an index.
This allows `*` to be used in C fashion, without specifying an argument index to use. Like C, this results in the argument *preceding* the value for the format specifier itself.
- Loading branch information