DIP 1027--String Interpolation--Final Review Discussion Thread

Paul Backus snarwin at gmail.com
Tue Feb 4 18:35:15 UTC 2020


On Tuesday, 4 February 2020 at 18:20:27 UTC, Arine wrote:
> I just wouldn't want Format() to just be a string either 
> though. It'd be useful if it split all the options up 
> appropriately. That way you don't have to parse the format 
> string yourself.

You can use `std.format.FormatSpec` to parse the format string, 
if you don't want to write your own parsing code.


More information about the Digitalmars-d mailing list