You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Values have a defined layout, but types don't always have defined layout.
E.g. dynamically sized types have dynamic types and where padding is located depends on which enum discriminant is active.
As such, we should rename the type layout chapter to just layout and describe it as properties of values and then state that types may have defined properties if all values of the type have the same value for that property.
The text was updated successfully, but these errors were encountered:
Values have a defined layout, but types don't always have defined layout.
E.g. dynamically sized types have dynamic types and where padding is located depends on which enum discriminant is active.
As such, we should rename the type layout chapter to just layout and describe it as properties of values and then state that types may have defined properties if all values of the type have the same value for that property.
The text was updated successfully, but these errors were encountered: