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
As I understand, the largest numeric is 999. Furthermore, there are no negative numerics. What's the rationale for choosing i32 here? It seems like u16 would be a more appropriate fit.