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.
It doesn't seem there is any way to do this:
enum foo { X, Y, Z } let v : foo = 1 as foo;
( v == Y )
Useful for interfacing with c libraries, writing DCPU16 emulators (!!!), etc. Possible?