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

Andrea Fontana nospam at example.com
Wed Dec 11 14:20:33 UTC 2019


On Wednesday, 11 December 2019 at 12:31:28 UTC, Andre Pany wrote:
> If my understanding is right, string assignment is not 
> supported by the dip, only the 2 functions writeln/printf.
> Which would be a quite big limitation. This would only cover 
> 20% of my use case
> of string interpolation.
> Is my understanding correct?
>
> Kind regards
> André

Probably we're going to add format everywhere write:

string t = i"%count iterations done.".format;

Andrea


More information about the Digitalmars-d mailing list