We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8afdca commit 7815ef1Copy full SHA for 7815ef1
src/type-layout.md
@@ -23,8 +23,8 @@ array with that item type including alignment padding. The size of a value is
23
always a multiple of its alignment. The size of a value can be checked with the
24
[`size_of_val`] function.
25
26
-Types where all values have the same size and alignment known at compile time
27
-implement the [`Sized`] trait and can be checked with the [`size_of`] and
+Types where all values have the same size and alignment (both known at compile
+time) implement the [`Sized`] trait and can be checked with the [`size_of`] and
28
[`align_of`] functions. Types that are not [`Sized`] are known as [dynamically
29
sized types]. Since all values of a `Sized` type share the same size and
30
alignment, we refer to those shared values as the size of the type and the
0 commit comments