how to pass multiple arguments via a mixin

Dicebot public at dicebot.lv
Tue Oct 15 17:56:46 PDT 2013


On Wednesday, 16 October 2013 at 00:36:46 UTC, Timothee Cour 
wrote:
> ...

Have you tried run-time tuple?

```
import std.typecons;
writeln(mixin("tuple(&a,&b).expand"));
```


More information about the Digitalmars-d-learn mailing list