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
type
X {.pure.} =enum
red
Y {.pure.} =enum
red
echo red # red, with unused warning for Ylet newRed = red # this works too and can be operated onwhenfalse: # undeclared identifier: 'red' for both,echo red.ord
from typetraits import `$`
echo red.type