NotNull pointers

Andrej Mitrovic andrej.mitrovich at gmail.com
Mon Aug 29 17:16:08 PDT 2011


Both:
this() @disable;

and
@disable this();

will work, right? I don't think the syntax is that bad.

Anyway this is a great addition. I've seen numerous use-cases for
disabling a struct's default ctor.


More information about the Digitalmars-d mailing list