File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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
2323always a multiple of its alignment. The size of a value can be checked with the
2424[ ` size_of_val ` ] function.
2525
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
2828[ ` align_of ` ] functions. Types that are not [ ` Sized ` ] are known as [ dynamically
2929sized types] . Since all values of a ` Sized ` type share the same size and
3030alignment, 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