Generic Initializer

init(_:)

Creates a new raw pointer from an AutoreleasingUnsafeMutablePointer instance. 新しい生のポインタをAutoreleasingUnsafeMutablePointerインスタンスから作成します。

Declaration 宣言

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

Parameters パラメータ

other

The pointer to convert. 変換されることになるポインタ。