init(_:)
Explicit construction from an UnsafeMutablePointer.
Declaration
init<U>(_ from: UnsafeMutablePointer<U>)Discussion
This is inherently unsafe; UnsafeMutablePointer assumes the referenced memory has +1 strong ownership semantics, whereas AutoreleasingUnsafeMutablePointer implies +0 semantics.