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 61c2f2c + e8e4f8b commit 366f238Copy full SHA for 366f238
stdlib/public/core/KeyPath.swift
@@ -1433,8 +1433,8 @@ internal var keyPathObjectHeaderSize: Int {
1433
1434
// Runtime entry point to instantiate a key path object.
1435
@_cdecl("swift_getKeyPath")
1436
-public func swift_getKeyPath(pattern: UnsafeMutableRawPointer,
1437
- arguments: UnsafeRawPointer)
+public func _swift_getKeyPath(pattern: UnsafeMutableRawPointer,
+ arguments: UnsafeRawPointer)
1438
-> UnsafeRawPointer {
1439
// The key path pattern is laid out like a key path object, with a few
1440
// modifications:
0 commit comments