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 b52d154 commit b9dd255Copy full SHA for b9dd255
stdlib/public/core/Pointer.swift
@@ -340,6 +340,7 @@ extension Int {
340
///
341
/// - Parameter pointer: The pointer to use as the source for the new
342
/// integer.
343
+ @safe
344
@_transparent
345
public init<P: _Pointer>(bitPattern pointer: P?) {
346
if let pointer = pointer {
@@ -358,6 +359,7 @@ extension UInt {
358
359
360
361
362
363
364
365
0 commit comments