Iterating enumerations

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?

1 Like

@nkabir: No, there is currently not a way to enumerate through an enumeration, nor to convert the enumeration to a list.