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 c2159e2 commit 4a4c6c0Copy full SHA for 4a4c6c0
stdlib/public/core/ObjectIdentifier.swift
@@ -19,9 +19,6 @@
19
/// lifetime of an object. When the instance gets deallocated, its object
20
/// identifier may be reused for a different object. (Internally, objects are
21
/// identified by their memory location.)
22
-///
23
-/// If you need an object identifier over the lifetime of an object, it may
24
-/// be appropriate to provide a custom implementation of `Identifiable`.
25
@frozen // trivial-implementation
26
public struct ObjectIdentifier {
27
@usableFromInline // trivial-implementation
0 commit comments