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 e496963 commit 0b371e2Copy full SHA for 0b371e2
stdlib/public/core/Pointer.swift
@@ -336,7 +336,6 @@ extension Int {
336
///
337
/// - Parameter pointer: The pointer to use as the source for the new
338
/// integer.
339
- @_alwaysEmitIntoClient
340
@_transparent
341
public init<P: _Pointer>(bitPattern pointer: P?) {
342
if let pointer = pointer {
@@ -355,7 +354,6 @@ extension UInt {
355
354
356
357
358
359
360
361
0 commit comments