RFC: Add values() Method to BackedEnum

Project Governance
Author
Savin Mikhail
Target
8.6
Backed enums frequently need an indexed list of their backing values (int|string). Today this is commonly implemented in userland using a helper method or a tra...

This RFC has not yet started voting