Discussion Thread: DIP 1036--String Interpolation Tuple Literals--Community Review Round 2

Dukc ajieskola at gmail.com
Fri Jan 29 14:54:30 UTC 2021


On Friday, 29 January 2021 at 14:30:03 UTC, Adam D. Ruppe wrote:
> On Friday, 29 January 2021 at 14:21:39 UTC, Paul Backus wrote:
>> ...unless you happen to have something else named `interp` in 
>> scope that makes the `.stringof` results compile. Have fun 
>> chasing down *that* bug. :)
>
> What are you talking about?
>
> this DIP is pretty explicit about where interp lives.

But you could define your own to the same module where the mixin 
lives. In that case, it would get called by the mixin, not 
`object.interp`.


More information about the Digitalmars-d mailing list