Initializer

init(bitPattern:)

Creates an integer that captures the full value of the given object identifier.

Declaration

init(bitPattern objectID: ObjectIdentifier)

See Also

Working with Memory Addresses

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.