The new ?? and ??? operators

Frank Benoit keinfarbton at googlemail.com
Sun Sep 23 12:42:48 PDT 2007


> 
> Type x = ...; // Here you're sure that x can never be null.
> Type? x; // x may be null.
> 
> 
> This is a big change, but it feels "more right" to me.
> 
> renoX
> 

I second that.



More information about the Digitalmars-d mailing list