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;`)