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?