Is it possible to iterate through an enumeration?
let myEnum = < A | B | C >
If not, is there an alternate way to convert this enumeration into a yaml list?
Is it possible to iterate through an enumeration?
let myEnum = < A | B | C >
If not, is there an alternate way to convert this enumeration into a yaml list?
@nkabir: No, there is currently not a way to enumerate through an enumeration, nor to convert the enumeration to a list.