Introducing Nullable Reference Types in C#. Is there hope for D, too?

Tobias Müller troplin at bluewin.ch
Mon Nov 20 06:24:31 UTC 2017


Timon Gehr <timon.gehr at gmx.ch> wrote:
>> I wish there was a null 
>> for int types.
> 
> AFAIU, C# will now have 'int?'.

C# had 'int?' (nullable value types) for ages.
The new thing is explicitly nullable classes (reference types). I'm really
looking forward to use those.


More information about the Digitalmars-d mailing list