| ... | ... | @@ -9513,9 +9513,14 @@ test "integer truncation" { |
| 9513 | 9513 | Provides type reflection. |
| 9514 | 9514 | </p> |
| 9515 | 9515 | <p> |
| 9516 | | For {#link|structs|struct#}, {#link|unions|union#}, {#link|enums|enum#}, and |
| 9517 | | {#link|error sets|Error Set Type#}, the fields are guaranteed to be in the same |
| 9518 | | order as declared. For declarations, the order is unspecified. |
| 9516 | Type information of {#link|structs|struct#}, {#link|unions|union#}, {#link|enums|enum#}, and |
| 9517 | {#link|error sets|Error Set Type#} has fields which are are guaranteed to be in the same |
| 9518 | order as appearance in the source file. |
| 9519 | </p> |
| 9520 | <p> |
| 9521 | Type information of {#link|structs|struct#}, {#link|unions|union#}, {#link|enums|enum#}, and |
| 9522 | {#link|opaques|opaque#} has declarations, which are also guaranteed to be in the same |
| 9523 | order as appearance in the source file. |
| 9519 | 9524 | </p> |
| 9520 | 9525 | {#header_close#} |
| 9521 | 9526 | |