I also raised this here: [Idea] Enum IntCase, StringCase
This change would be enormously useful for me. I make heavy use of enums, and it's often useful to access a string/int representation of a given case (e.g. for custom enum Codable
implementations)