init(_:)
Creates a mutable typed pointer referencing the same memory as the given mutable pointer.
Declaration
init?(_ other: UnsafeMutablePointer<Pointee>?)Parameters
- other:
The pointer to convert. If
otherisnil, the result isnil.
Creates a mutable typed pointer referencing the same memory as the given mutable pointer.
init?(_ other: UnsafeMutablePointer<Pointee>?)The pointer to convert. If other is nil, the result is nil.