Allow default constructors for structs

monkyyy crazymonkyyy at gmail.com
Fri Aug 30 11:11:00 UTC 2024


On Thursday, 29 August 2024 at 14:28:09 UTC, Ogi wrote:
> struct T {
>     S s;
>     // implicit `@disable this();`
> }

why? I *just* got bitten by nested structs being hard to init 
(with terrible error messages), why not just fix the problem?


More information about the dip.ideas mailing list