We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Currently, the following fails to compile, with errors about expecting int instead of uint:
enum Animal { Cat = 0u, Dog = 1u }
Is there any reason why this should be disallowed?