Discussion about deprecating @nogc and workarounds

solidstate1991 laszloszeremi at outlook.com
Sat Sep 7 20:36:25 UTC 2024


Some introspection:

`@nogc` has an unintended effect of forcing its users to do 
optimization in the form of using preallocated memory. Might be 
replicated by using IDE extensions, which could warn the user for 
`malloc()` and similar calls.


More information about the Digitalmars-d mailing list