On 2012-08-30 08:28, Jacob Carlborg wrote:

It works for me. DMD 2.060 Mac OS X.

Oh, it does not. If I replace:

enum string[] fields = [EnumMembers!E].to!(string[]);

With:

enum string[] fields = ["one", "two"];

It works.

--
/Jacob Carlborg

Reply via email to