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
Currently the only primitive is uint8. To permit the use of larger numbers, uint16, uint32 and uint64 should be added as primitives. Alongside their signed counterparts (including uint8).
Currently the only primitive is
uint8. To permit the use of larger numbers,uint16,uint32anduint64should be added as primitives. Alongside their signed counterparts (includinguint8).