I know there's alias this, but what if you don't store the value directly? struct A { int store;
this(int a) { store = a << 16; ... } } A a = 5;
I know there's alias this, but what if you don't store the value directly? struct A { int store;
this(int a) { store = a << 16; ... } } A a = 5;