On Monday, 16 December 2024 at 20:33:27 UTC, Andy Valencia wrote: > string x = i"Message $(s) has value $(i)" > ```d import std.conv : text; string x = i"Message $(s) has value $(i)".text; ``` [Documentation](https://dlang.org/spec/istring.html#tostring) Juraj