How does D handle null pointers?

Richard Webb webby at beardmouse.org.uk
Sat Aug 21 02:57:51 PDT 2010


Delight works like that, though i think that it's more strict than Vala about
treating null dereferences as compile time errors.

I think that bearophile suggested that references be marked as non-nullable
because making them non-nullable by default is a breaking change in the language
(i agree that that is a better approach though).


More information about the Digitalmars-d mailing list