[OT] C# can do all the interpolated strings now

Ola Fosheim Grøstad ola.fosheim.grostad at gmail.com
Thu Dec 9 13:27:06 UTC 2021


On Thursday, 9 December 2021 at 13:07:20 UTC, mork wrote:
> auto sqlstring = sql!i"SELECT x,y,z FROM {something} FROM 
> {condition}";

A bit clunky. With a custom interpolation function you could 
overload on the return type and have domain specific syntax.



More information about the Digitalmars-d mailing list