Discussion Thread: DIP 1036--String Interpolation Tuple Literals--Community Review Round 2
Kagamin
spam at here.lot
Thu Jan 28 20:37:46 UTC 2021
auto convoluted = i"${ir"`${"{"}`"}"; // nested string
interpolations work.
assert(convoluted == "`{`");
Whoa, this looks impossible to lex.
More information about the Digitalmars-d
mailing list