String Interpolation

Adam D Ruppe destructionator at gmail.com
Sat Oct 21 18:59:13 UTC 2023


On Saturday, 21 October 2023 at 18:31:10 UTC, Imperatorn wrote:
> In C# an interpolated string is just a string

This isn't true. It is an object that can convert to string 
(similar to D's `alias toString this;`)


More information about the Digitalmars-d mailing list