The solution to "Error handling"...

Richard (Rikki) Andrew Cattermole richard at cattermole.co.nz
Sun Jul 5 03:00:36 UTC 2026


On 05/07/2026 6:56 AM, Walter Bright wrote:
> On 7/4/2026 3:02 AM, Richard (Rikki) Andrew Cattermole wrote:
>> Actually it does!
> 
> 
> If you want to initialize to 0:
> 
> ```d
> float f = 0;
> float[100] a = 0;
> struct S { float s = 0; }
> S s;
> ```

This is not about being able to do it, nor is it an argument for the 
change itself.

This is about people not knowing that there are benefits to changing.



More information about the Digitalmars-d mailing list