You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tutorial documents how to set the discriminator for a C-style enum (enum Foo { Bar = 123 }) and how to cast such an enum to a numeric type (Bar as uint). However, the language manual does not mention these features at all.