My (dusted) idea for enum reflection. Tries to fix some problems in !596 (closed)
Motivation:
- dss does a lot of serialization and parsing of enum values. These templates allow to remove quite a bit of boiler plate associated with it. It will also increase code consistency if it becomes widely used.
-
State
class could build on this enum reflection to provide type safe template api.
WIP branch seeking for agreement && budget / cancellation.