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

Andrea Fontana nospam at example.com
Thu Jan 30 10:58:14 UTC 2020


On Thursday, 30 January 2020 at 09:47:43 UTC, Mike Parker wrote:
> This is the feedback thread for DIP 1027, "String 
> Interpolation".

I think the author missed an interesting use case more than 
printf:

string myString = format(i"I eat $count apples");

or better:

string myString = i"I eat $count apples".format;




More information about the Digitalmars-d mailing list