#fmt strings should allow index of argument, count, and precision to be specified #1651
Labels
A-syntaxext
Area: Syntax extensions
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
printf allows things like "%_d", "%2$_1$d" to allow its arguments to be used as the count/precision, etc.
The text was updated successfully, but these errors were encountered: