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 63323e0 commit d0d1516Copy full SHA for d0d1516
stdlib/public/core/ObjectIdentifier.swift
@@ -59,7 +59,8 @@ public struct ObjectIdentifier: Sendable {
59
60
/// Creates an instance that uniquely identifies the given metatype.
61
///
62
- /// - x: A metatype.
+ /// - Parameters:
63
+ /// - x: A metatype.
64
@inlinable // trivial-implementation
65
public init(_ x: Any.Type) {
66
self._value = unsafeBitCast(x, to: Builtin.RawPointer.self)
0 commit comments