init(bitPattern:)
Creates a new OpaquePointer from the given address, specified as a bit pattern.
Declaration
init?(bitPattern: Int)Parameters
- bitPattern:
A bit pattern to use for the address of the new pointer. If
bitPatternis zero, the result isnil.