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.
Creates a mutable typed pointer referencing the same memory as the given mutable pointer.
init(_ other: UnsafeMutablePointer<Pointee>)The pointer to convert.