enum editing

Seany seany at uni-bonn.de
Tue Jun 11 12:52:00 PDT 2013


Hello

i read here that enums, once initialized, are constants :
http://ddili.org/ders/d.en/enum.html

However, i need a method, if possible, to dynamically (cexecution 
time) definition of enums, and updating them.

anyidea how that can be done? using const and/or inout, and 
passing an array / tuple to a function?


More information about the Digitalmars-d mailing list