Memory safe in D

Walter Bright newshound2 at digitalmars.com
Tue Mar 12 19:15:41 UTC 2024


When I first learned Java, I did not realize that the classes were reference 
types. I thought they were values (like in C++). I found the coding examples 
baffling, until I finally realized they were reference types.

I don't think there's a way around needing to understand the difference between 
a reference type and a value type.


More information about the Digitalmars-d mailing list