init(_:)
Converts a typed UnsafePointer to an opaque C pointer.
Declaration
init?<T>(_ from: UnsafePointer<T>?) where T : ~CopyableDiscussion
The result is nil if from is nil.
Converts a typed UnsafePointer to an opaque C pointer.
init?<T>(_ from: UnsafePointer<T>?) where T : ~CopyableThe result is nil if from is nil.