File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -1148,13 +1148,15 @@ a += b{#endsyntax#}</pre></td>
1148
1148
<ul>
1149
1149
<li>{#link|Integers#}</li>
1150
1150
<li>{#link|Floats#}</li>
1151
+ <li>{#link|Pointers#}</li>
1151
1152
</ul>
1152
1153
</td>
1153
1154
<td>
1154
1155
<ul>
1155
1156
<li>Can cause {#link|overflow|Default Operations#} for integers.</li>
1156
1157
<li>Invokes {#link|Peer Type Resolution#} for the operands.</li>
1157
1158
<li>See also {#link|@addWithOverflow#}.</li>
1159
+ <li>{#syntax#}[*]T + int{#endsyntax#} is supported.</li>
1158
1160
</ul>
1159
1161
</td>
1160
1162
<td>
@@ -1207,13 +1209,16 @@ a -= b{#endsyntax#}</pre></td>
1207
1209
<ul>
1208
1210
<li>{#link|Integers#}</li>
1209
1211
<li>{#link|Floats#}</li>
1212
+ <li>{#link|Pointers#}</li>
1210
1213
</ul>
1211
1214
</td>
1212
1215
<td>
1213
1216
<ul>
1214
1217
<li>Can cause {#link|overflow|Default Operations#} for integers.</li>
1215
1218
<li>Invokes {#link|Peer Type Resolution#} for the operands.</li>
1216
1219
<li>See also {#link|@subWithOverflow#}.</li>
1220
+ <li>{#syntax#}[*]T - int{#endsyntax#} is supported.</li>
1221
+ <li>{#syntax#}[*]T - [*]T{#endsyntax#} and {#syntax#}*T - *T{#endsyntax#} are supprorted.</li>
1217
1222
</ul>
1218
1223
</td>
1219
1224
<td>
You can’t perform that action at this time.
0 commit comments