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 3e10622 + 43f8ffa commit 095173aCopy full SHA for 095173a
docs/EmbeddedSwift/EmbeddedSwiftStatus.md
@@ -40,7 +40,7 @@ This status table describes which of the following standard library features can
40
| Hashable, Equatable, Comparable protocols | Yes |
41
| InputStream, OutputStream | No |
42
| Integer parsing | No |
43
-| KeyPaths | No |
+| KeyPaths | Partial (only compile-time constant key paths to stored properties supported, only usable in MemoryLayout and UnsafePointer APIs) |
44
| Lazy collections | No |
45
| Mirror (runtime reflection) | No, intentionally unsupported long-term |
46
| Objective-C bridging | No, intentionally unsupported long-term |
0 commit comments