On Saturday, 1 June 2019 at 19:10:36 UTC, Paul Backus wrote:
On Saturday, 1 June 2019 at 02:27:36 UTC, SrMordred wrote:
void main() {
T a;
T b;
a.__ctor(b);
}
https://run.dlang.io/is/NeioBs
Thanks! The most obvious way i didn“t think :P
