U  | |
| Uint16 [Usane] | 
Unsigned 16 bit integers, ranging from 0 to 2 ^ 16 - 1 (65535).
 
 | 
| Uint32 [Usane] | 
Unsigned 32 bit integers, ranging from 0 to 2 ^ 32 - 1 (4294967295).
 
 | 
| Uint64 [Usane] | 
Unsigned 64 bit integers, ranging from 0 to 2 ^ 64 - 1 (18446744073709551615).
 
 | 
| Uint8 [Usane] | 
Unsigned 8 bit integers, ranging from 0 to 2 ^ 8 - 1 (255).
 
 | 
| Usane | 
Sane unsigned integers.
 
 |