GC for noobs

Dicebot public at dicebot.lv
Thu Feb 27 06:18:45 PST 2014


On Thursday, 27 February 2014 at 14:14:43 UTC, Namespace wrote:
> Why not? Overhead? No RAII support?

Simply no reason to use classes, structs have all features I need 
for cases when polymorphism is not necessary (95%+). Being value 
type is also convenient as it leaves more control to the 
programmer and RAII is nice cherry on top.


More information about the Digitalmars-d-learn mailing list