Safer D first draft

Dukc ajieskola at gmail.com
Fri Oct 4 09:50:58 UTC 2024


On Friday, 4 October 2024 at 09:44:33 UTC, Dukc wrote:
> It might be that compiler A figures out `someString` is never 
> `""`

Actually `""` would be safe if string literals are 
zero-terminated as in DMD. Should probably have written `new 
string(0)` or something.




More information about the dip.development mailing list