String Interpolation Compare - DIP1027 and YAIDIP

Hipreme msnmancini at hotmail.com
Sat Oct 21 10:41:44 UTC 2023


On Saturday, 21 October 2023 at 08:25:02 UTC, Andrea Fontana 
wrote:
> On Saturday, 21 October 2023 at 01:50:33 UTC, Walter Bright 
> wrote:
>> https://github.com/dlang/DIPs/blob/master/DIPs/rejected/DIP1027.md
>>
>
> Can't you "expand" i"..." directly into format(..., ..., ...) 
> instead of expanding in a tuple?

People are worried about betterC on that.
To be fair, I'm more worried about having a *simply works* 
feature that would allow me to get a real string when my argument 
receives a string, and having the tuple solution if I want to 
optimize something.


More information about the Digitalmars-d mailing list