Skip to content

Commit 095173a

Browse files
authored
Merge pull request #72687 from kubamracek/embedded-update-status4
[embedded] Update KeyPath status in EmbeddedSwiftStatus.md
2 parents 3e10622 + 43f8ffa commit 095173a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/EmbeddedSwift/EmbeddedSwiftStatus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This status table describes which of the following standard library features can
4040
| Hashable, Equatable, Comparable protocols | Yes |
4141
| InputStream, OutputStream | No |
4242
| Integer parsing | No |
43-
| KeyPaths | No |
43+
| KeyPaths | Partial (only compile-time constant key paths to stored properties supported, only usable in MemoryLayout and UnsafePointer APIs) |
4444
| Lazy collections | No |
4545
| Mirror (runtime reflection) | No, intentionally unsupported long-term |
4646
| Objective-C bridging | No, intentionally unsupported long-term |

0 commit comments

Comments
 (0)