jakt
jakt copied to clipboard
Everywhere: Implement explicit struct/class constructor
This makes a user-defined static create function act as an explicit constructor that is called instead of the implicit one. The explicit contructor is then the only function which can see the implicit constructor and uses it to actually create the instance.