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. If other is nil, the result is nil. 変換されることになるポインタ。othernilならば、結果は、nilです。