We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ba86bf + ea013b5 commit 9753ddbCopy full SHA for 9753ddb
src/types/numeric.md
@@ -44,7 +44,7 @@ platform's pointer type. It can represent every memory address in the process.
44
> For more information, see the documentation for [type cast expressions], [`std::ptr`], and [provenance][std::ptr#provenance] in particular.
45
46
r[type.numeric.int.size.isize]
47
-The `isize` type is a signed integer type with the same number of bits as the
+The `isize` type is a signed two's complement integer type with the same number of bits as the
48
platform's pointer type. The theoretical upper bound on object and array size
49
is the maximum `isize` value. This ensures that `isize` can be used to calculate
50
differences between pointers into an object or array and can address every byte
0 commit comments