enum

Walter Bright newshound2 at digitalmars.com
Tue Apr 8 14:12:17 PDT 2014


6. An integral type, some of which have names:

enum Color {
     Red = 0xFF0000,
     Green = 0x00FF00,
     Blue = 0x0000FF00,
     Fred = 0x123456,
     White = 0xFFFFFF }


More information about the Digitalmars-d mailing list