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.
1 parent 6e99a44 commit 5ba1827Copy full SHA for 5ba1827
docs/README.md
@@ -159,6 +159,8 @@ documentation, please create a thread on the Swift forums under the
159
Documents the Swift Intermediate Language (SIL).
160
- [TransparentAttr.md](/docs/TransparentAttr.md):
161
Documents the semantics of the `@_transparent` attribute.
162
+- [DynamicCasting.md](/docs/DynamicCasting.md):
163
+ Behavior of the dynamic casting operators `is`, `as?`, and `as!`.
164
- [Runtime.md](/docs/Runtime.md):
165
Describes the ABI interface to the Swift runtime.
166
<!-- NOTE: Outdated -->
0 commit comments