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
We treat unsigned types like signed ones and thus we have a single type for both of them.
Also, encoding always encodes as signed types, but decoding decodes both signed and unsigned ones to a signed type.