Contents

init(_:)

Creates a new raw pointer from an AutoreleasingUnsafeMutablePointer instance.

Declaration

init<T>(_ other: AutoreleasingUnsafeMutablePointer<T>)

Parameters

  • other:

    The pointer to convert.