wickwirew / Runtime

A Swift Runtime library for viewing type info, and the dynamic getting and setting of properties.
MIT License
1.08k stars 94 forks source link

Constructing enum instances #84

Open lukaskollmer opened 3 years ago

lukaskollmer commented 3 years ago

Is there a way to, given a name and a payload, manually construct an instance of an enum?