We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e14823 + 1971b6a commit f2387e5Copy full SHA for f2387e5
docs/ARCOptimization.rst
@@ -232,7 +232,8 @@ this is true. The rule for conversions is that a conversion that preserves RC
232
identity must have the following properties:
233
234
1. Both of its arguments must be non-trivial values with the same ownership
235
- semantics (i.e. unowned, strong, weak). This means that conversions such as:
+ semantics (i.e. unowned, strong, weak). This means that the following
236
+ conversions do not propagate RC identity:
237
238
- address_to_pointer
239
- pointer_to_address
0 commit comments