Contents

init(_:)

Converts a typed UnsafeMutablePointer to an opaque C pointer.

Declaration

init?<T>(_ from: UnsafeMutablePointer<T>?) where T : ~Copyable

Discussion

The result is nil if from is nil.