Creates an integer that captures the full value of the given object identifier.
SDK
- Xcode 8.0+
Framework
- Swift Standard Library
Declaration
init(bitPattern objectID: ObjectIdentifier )
Creates an integer that captures the full value of the given object identifier.
SDK
Framework
init(bitPattern objectID: ObjectIdentifier )
init<P>(bitPattern : P?)
Creates a new value with the bit pattern of the given pointer.
init(bitPattern : OpaquePointer?)
Creates a new value with the bit pattern of the given pointer.