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
For anyone that wants to know why we add getters to int types and not setters, its because the type of From often cannot be inferred so the explicit getter is more ergonomic.