I wouldn’t really describe enums as labels. I’m no...
# random
i
I wouldn’t really describe enums as labels. I’m not sure what you mean by changing compatibility. Enums are “constants”. You shouldn’t need to change
enum State {}
, for example