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.
1 parent 5795f3a commit 80ec146Copy full SHA for 80ec146
src/types/numeric.md
@@ -45,3 +45,8 @@ within an object along with one byte past the end.
45
> `isize` are either 32-bit or 64-bit. As a consequence, 16-bit
46
> pointer support is limited and may require explicit care and acknowledgment
47
> from a library to support.
48
+
49
+## Bit validity
50
51
+For every numeric type, `T`, the bit validity of `T` is equivalent to the bit
52
+validity of `[u8; size_of::<T>()]`. An uninitialized byte is not a valid `u8`.
0 commit comments