On 8/19/2022 10:14 AM, Steven Schveighoffer wrote: > ```c > ReallyLargeStruct foo = { 0 }; > ``` D allows the setting of the default initializer for fields of a struct.