Cannot alias null

Adam D. Ruppe via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Jun 12 14:58:31 PDT 2014


since null is a value maybe you want

enum blah = null;

you may also give it a type after the enum word


More information about the Digitalmars-d-learn mailing list