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
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