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
Doing x: Dec = Dec(1) and the like seems kinda stupid, and it is. We should try to keep the code as uncluttered by type annotations as we can, I would say.
Doing
x: Dec = Dec(1)and the like seems kinda stupid, and it is. We should try to keep the code as uncluttered by type annotations as we can, I would say.