On Wednesday, 23 September 2015 at 01:45:03 UTC, Adam D. Ruppe wrote:
On Wednesday, 23 September 2015 at 01:24:54 UTC, Sebastiaan Koppe wrote:
What about:

void echo(T)()
{
  writeln(mixin(interp!T));

Won't work because it won't be able to see the local variables you want to interpolate.

facepalm... ofcourse...

Well, you could still get rid of the writeln.

Reply via email to