Null references (oh no, not again!)
Walter Bright
newshound1 at digitalmars.com
Wed Mar 4 10:31:30 PST 2009
Andrei Alexandrescu wrote:
> And there is no reference type with two subtypes. It's one type in the
> language and one in the library. Maybe-null (the library) is a supertype
> of non-null (the default).
I don't know how it cannot wind up being two types. One nullable, the
other not. Whether it is a library type or language type, there are
still two versions.
More information about the Digitalmars-d
mailing list