Is there a neat way to go from an `Int` in an `@IntDef` to the string representing the constant name...
r
Is there a neat way to go from an
Int
in an
@IntDef
to the string representing the constant name, for easier debug logging?
🚫 1