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
Pannous edited this page Sep 22, 2021
·
2 revisions
unsigned
The only situation in which unsigned numbers are relevant in wasp is with 8bit bytes which are unsigned versus 32 and 62
bit integers which are (always) signed by default. For other numbers the condept of unsigned is irrelevant.