[OT] my experience with nullable types (C#)

Walter Bright newshound2 at digitalmars.com
Sat May 3 18:54:59 UTC 2025


On 4/30/2025 1:26 AM, Richard (Rikki) Andrew Cattermole wrote:
> int* ptr; int v = *ptr; // SEGFAULT

That case is caught by DMD if you compile with -O.


More information about the Digitalmars-d mailing list