Initializerswift 6.1.2Swift

init(mutating:)

Creates a mutable typed pointer referencing the same memory as the given immutable pointer.

init(mutating other: UnsafePointer<Pointee>)

Parameters

other

The immutable pointer to convert.