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?