File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -370,7 +370,9 @@ public struct UnsafePointer<Pointee>: _Pointer {
370
370
/// by the key path, or `nil`.
371
371
@inlinable
372
372
@_alwaysEmitIntoClient
373
+ #if $Embedded
373
374
@_transparent
375
+ #endif
374
376
public func pointer< Property> (
375
377
to property: KeyPath < Pointee , Property >
376
378
) -> UnsafePointer < Property > ? {
@@ -1132,7 +1134,9 @@ public struct UnsafeMutablePointer<Pointee>: _Pointer {
1132
1134
/// by the key path, or `nil`.
1133
1135
@inlinable
1134
1136
@_alwaysEmitIntoClient
1137
+ #if $Embedded
1135
1138
@_transparent
1139
+ #endif
1136
1140
public func pointer< Property> (
1137
1141
to property: KeyPath < Pointee , Property >
1138
1142
) -> UnsafePointer < Property > ? {
@@ -1155,7 +1159,9 @@ public struct UnsafeMutablePointer<Pointee>: _Pointer {
1155
1159
/// by the key path, or `nil`.
1156
1160
@inlinable
1157
1161
@_alwaysEmitIntoClient
1162
+ #if $Embedded
1158
1163
@_transparent
1164
+ #endif
1159
1165
public func pointer< Property> (
1160
1166
to property: WritableKeyPath < Pointee , Property >
1161
1167
) -> UnsafeMutablePointer < Property > ? {
You can’t perform that action at this time.
0 commit comments