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

Jacob Carlborg doob at me.com
Sat Dec 14 13:35:18 UTC 2019


On 2019-12-14 10:10, Walter Bright wrote:
> I find your proposal a little confusing. By turning the string into an 
> object, it doesn't work with printf?

One would need to explicitly call `toString` or add an `alias this` to 
the struct.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list