DIP 1027---String Interpolation---Community Review Round 1

Guillaume Piolat first.last at gmail.com
Sun Dec 15 15:36:09 UTC 2019


On Sunday, 15 December 2019 at 09:30:45 UTC, Andre Pany wrote:
>> string a = i"";
>
> This is for me the most important thing for string 
> interpolation. A convenient string assignment.
> If this is not convenient, it destroys the great feature of 
> string interpolation.
>
> Walter, could you please make it happen?
>
> Kind regards
> Andre

Careful that if that happens, then it may be another feature that 
can't be used without a runtime. As it stands, it is usable with 
snprintf @nogc and that's pretty cool in my book.


More information about the Digitalmars-d mailing list