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
When casting between numeric types, if the conversion is infallible then
we can use `from`. This means that if the types change to make the
conversion lossy, we'll get a compiler error rather than the logic
silently becoming wrong.
0 commit comments