var id: ObjectIdentifier { get }
ss12IdentifiablePsRlzCrlE2idSOvp
97PGF
import Swift
protocol Identifiable<ID>
A class of types whose instances hold the value of an entity with stable identity.
@frozen struct ObjectIdentifier
A unique identifier for a class instance or metatype.
var id: Self.ID { get }
The stable identity of the entity associated with this instance.