Movement against float.init being nan

Walter Bright newshound2 at digitalmars.com
Sat Aug 20 00:49:05 UTC 2022


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.


More information about the Digitalmars-d mailing list