Discussion Thread: DIP 1036--Formatted String Tuple Literals--Community Review Round 1

Paul Backus snarwin at gmail.com
Sun Sep 13 10:20:19 UTC 2020


On Sunday, 13 September 2020 at 03:00:34 UTC, Yuxuan Shui wrote:
> Couldn't this be implemented entirely in library?

Yes, but not with exactly the same syntax. The library version 
looks like this:

writeln(mixin(i!"Hello $name!"));


More information about the Digitalmars-d mailing list