The state of string interpolation...one year later

Steven Schveighoffer schveiguy at gmail.com
Mon Mar 18 13:08:15 UTC 2019


On 3/18/19 5:07 AM, Olivier FAURE wrote:
> On Sunday, 17 March 2019 at 06:01:35 UTC, Jonathan Marler wrote:
>> https://github.com/dlang/dmd/pull/7988
> 
> By the way, quick question, how does the PR handle this case?
> 
>      i"$a $b" ~ i$"c $d"

Hm... it would be good for the feature to handle this (and treat it as 
i"$a $b$c $d". I'm assuming that i$"c is a typo and you meant i"$c.

-Steve


More information about the Digitalmars-d mailing list