init(_:)
Creates a new raw pointer from an AutoreleasingUnsafeMutablePointer instance.
Declaration
init<T>(_ other: AutoreleasingUnsafeMutablePointer<T>)Parameters
- other:
The pointer to convert.
Creates a new raw pointer from an AutoreleasingUnsafeMutablePointer instance.
init<T>(_ other: AutoreleasingUnsafeMutablePointer<T>)The pointer to convert.