On 11/7/2012 1:16 PM, Timon Gehr wrote:
Text interpolation.

enum d = "c";

mixin(X!"abc@(d)ef"); // -> abccef

I use it mostly for code generation.

mixin(mixin(X!q{
     if(@(a)) @(b);
}));

I see. How hard would it be to change it?

Reply via email to