Spec#, nullables and more

Rainer Deyke rainerd at eldwood.com
Sat Nov 6 16:12:20 PDT 2010


On 11/6/2010 15:00, Walter Bright wrote:
> I don't see that non-null is such a special case that it would benefit
> from a special case syntax.

I'm less concerned about syntax and more about semantics.  I already use
nn_ptr<T> (short for non-null pointer) in C++.  It works in C++ because
types in C++ are not assumed to have a default constructor.


-- 
Rainer Deyke - rainerd at eldwood.com


More information about the Digitalmars-d mailing list