-
Notifications
You must be signed in to change notification settings - Fork 77
Labels
A-semaArea: semantic analysisArea: semantic analysisC-enhancementCategory: an issue proposing an enhancement or a PR with oneCategory: an issue proposing an enhancement or a PR with one
Description
Describe the feature
Integers are explicitly convertible to and from all integer types.
If an integer is explicitly converted to a smaller size, higher order bits are discarded.
If an integer is explicitly converted to a larger size, the integer is left padded with 0s.
Integers are also explicitly converted to fixed size bytes of the same size.
Additional context
No response
mablr
Metadata
Metadata
Assignees
Labels
A-semaArea: semantic analysisArea: semantic analysisC-enhancementCategory: an issue proposing an enhancement or a PR with oneCategory: an issue proposing an enhancement or a PR with one