On 15 December 2013 01:16, Joseph Rice <[email protected]> wrote: > > So as you can see, D is just awkward, and it becomes tedious especially if > you have many many many values in the enum. > >
You are in for a shock when you hear about C++11 http://www.stroustrup.com/C++11FAQ.html#enum That particular FAQ gives a good overview of the rationale of D enums when someone comes from a C++ background, and we should have something similar to describe the difference in the Porting / Interfacing to C/C++ pages.
