StructureSwift5.9.0

    ObjectIdentifier

    A unique identifier for a class instance or metatype.

    @frozen struct ObjectIdentifier

    This unique identifier is only valid for comparisons during the lifetime of the instance.

    In Swift, only class instances and metatypes have unique identities. There is no notion of identity for structs, enums, functions, or tuples.

    Citizens in Swift

    Conformances

    Members

    Features