unsigned - pannous/angle GitHub Wiki
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, except for rare interactions with other ABIs