Hello Saaa,

No.

You should be able to get the name using an alias:

void func(alias var)()
{
writefln(var.stringof);
}
Can this be combined with the tuple parameter?


I'll seconds this, there doesn't seem to be any way to generate tuples of aliases and this is another cases where it would be handy.


Reply via email to