Type:integer
Jump to navigation
Jump to search
integer type | |
Address | prim::integer |
Family | primitive |
The integer type represents an integer, regardless of the signedness (signed or unsinged). Values cannot be initialized with this type as they have to be initialized with a bit size and signedness (like int32 for a signed 32-bit integer).