init(_:)
Creates a new raw pointer from an AutoreleasingUnsafeMutablePointer instance.
Declaration
init?<T>(_ other: AutoreleasingUnsafeMutablePointer<T>?)Parameters
- other:
The pointer to convert. If
otherisnil, the result isnil.
Creates a new raw pointer from an AutoreleasingUnsafeMutablePointer instance.
init?<T>(_ other: AutoreleasingUnsafeMutablePointer<T>?)The pointer to convert. If other is nil, the result is nil.