File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ array with that item type including alignment padding. The size of a value is
23
23
always a multiple of its alignment. The size of a value can be checked with the
24
24
[ ` size_of_val ` ] function.
25
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
26
+ Types where all values have the same size and alignment (both known at compile
27
+ time) implement the [ ` Sized ` ] trait and can be checked with the [ ` size_of ` ] and
28
28
[ ` align_of ` ] functions. Types that are not [ ` Sized ` ] are known as [ dynamically
29
29
sized types] . Since all values of a ` Sized ` type share the same size and
30
30
alignment, we refer to those shared values as the size of the type and the
You can’t perform that action at this time.
0 commit comments