A unique identifier for a class instance or metatype.
SDK
- Xcode 6.0.1+
Framework
- Swift Standard Library
Declaration
@frozen struct ObjectIdentifier
Overview
In Swift, only class instances and metatypes have unique identities. There is no notion of identity for structs, enums, functions, or tuples.