Interpolated strings
via Digitalmars-d
digitalmars-d at puremagic.com
Thu Aug 24 04:57:59 PDT 2017
On Thursday, 24 August 2017 at 11:07:16 UTC, Suliman wrote:
> All modern languages like Dart and C# have string
> interpolation. Sharp example:
>
> Console.WriteLine($"Hello {args[0]}!");
>
> Who can summary is there any objective reasons why it's not
> realized in D?
No one has submitted a DIP for that feature and no one has tried
to implement it. You could be the first one :P
More information about the Digitalmars-d
mailing list