C is Brittle D is Plastic

Walter Bright newshound2 at digitalmars.com
Wed Apr 8 21:09:13 UTC 2026


Thank you for the interesting explanation of how it works!

I see its value as a way to remove array bounds checks for the cases where it 
can prove no overflow problems. So I see it as an optimization.

But it does not *solve* the problem. Array bounds checks solve it.


More information about the Digitalmars-d mailing list