|
102 | 102 | - [§8.3.9](types.md#839-the-bool-type) The Bool type |
103 | 103 | - [§8.3.10](types.md#8310-enumeration-types) Enumeration types |
104 | 104 | - [§8.3.11](types.md#8311-tuple-types) Tuple types |
| 105 | + - [§8.3.11.1](types.md#83111-general) General |
| 106 | + - [§8.3.11.2](types.md#83112-eliding-intermediate-tuple-creation) Eliding intermediate tuple creation |
| 107 | + - [§8.3.11.3](types.md#83113-runtime-representation) Runtime representation |
105 | 108 | - [§8.3.12](types.md#8312-nullable-value-types) Nullable value types |
106 | 109 | - [§8.3.13](types.md#8313-boxing-and-unboxing) Boxing and unboxing |
107 | 110 | - [§8.4](types.md#84-constructed-types) Constructed types |
|
175 | 178 | - [§9.4.4.22](variables.md#94422-general-rules-for-simple-expressions) General rules for simple expressions |
176 | 179 | - [§9.4.4.23](variables.md#94423-general-rules-for-expressions-with-embedded-expressions) General rules for expressions with embedded expressions |
177 | 180 | - [§9.4.4.24](variables.md#94424-invocation-expressions-and-object-creation-expressions) Invocation expressions and object creation expressions |
178 | | - - [§9.4.4.25](variables.md#94425-simple-assignment-expressions) Simple assignment expressions |
| 181 | + - [§9.4.4.25](variables.md#94425-simple-and-deconstructing-assignment-expressions) Simple and deconstructing assignment expressions |
179 | 182 | - [§9.4.4.26](variables.md#94426--expressions) && expressions |
180 | 183 | - [§9.4.4.27](variables.md#94427--expressions) || expressions |
181 | 184 | - [§9.4.4.28](variables.md#94428--expressions) ! expressions |
|
450 | 453 | - [§12.23](expressions.md#1223-assignment-operators) Assignment operators |
451 | 454 | - [§12.23.1](expressions.md#12231-general) General |
452 | 455 | - [§12.23.2](expressions.md#12232-simple-assignment) Simple assignment |
453 | | - - [§12.23.3](expressions.md#12233-ref-assignment) Ref assignment |
454 | | - - [§12.23.4](expressions.md#12234-compound-assignment) Compound assignment |
455 | | - - [§12.23.5](expressions.md#12235-event-assignment) Event assignment |
| 456 | + - [§12.23.3](expressions.md#12233-deconstructing-assignment) Deconstructing assignment |
| 457 | + - [§12.23.3.1](expressions.md#122331-general) General |
| 458 | + - [§12.23.3.2](expressions.md#122332-abridged-deconstructors) Abridged deconstructors |
| 459 | + - [§12.23.4](expressions.md#12234-ref-assignment) Ref assignment |
| 460 | + - [§12.23.5](expressions.md#12235-compound-assignment) Compound assignment |
| 461 | + - [§12.23.6](expressions.md#12236-event-assignment) Event assignment |
456 | 462 | - [§12.24](expressions.md#1224-expression) Expression |
457 | 463 | - [§12.25](expressions.md#1225-constant-expressions) Constant expressions |
458 | 464 | - [§12.26](expressions.md#1226-boolean-expressions) Boolean expressions |
|
0 commit comments