Andrei Alexandrescu:

> this(int a, int b, int c, int d) {
>    mixin(initFromParameters());
>    ...
> }
> 
> A similar macro could help assignments.

Do you see people using that in real code?

Bye,
bearophile

Reply via email to