Class References

Jeroen Bollen jbinero at gmail.com
Mon Oct 28 04:22:01 PDT 2013


Is it possible in D to create an enum of class references?
Something around the lines of:

enum ClassReferences : Interface {
     CLASS1 = &ClassOne,
     CLASS2 = &ClassTwo
}


More information about the Digitalmars-d-learn mailing list