We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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?