The size of a typevariable is currently maxint, but this could become bigger if it is used in other types.
This will cause an integer overflow and cause the size to become negative.
Checks to ensure this does not happen have to be added, or the size of a typevariable has to be something significantly smaller than maxint.
The size of a typevariable is currently maxint, but this could become bigger if it is used in other types.
This will cause an integer overflow and cause the size to become negative.
Checks to ensure this does not happen have to be added, or the size of a typevariable has to be something significantly smaller than maxint.