Initializer

init(_:)

Creates a new pointer from the given pointer. 新しいボインタをこの与えられたポインタから作成します。

Declaration 宣言

init?(_ other: AutoreleasingUnsafeMutablePointer<Pointee>?)

Parameters パラメータ

other

The typed pointer to convert. If other is nil, the result is nil. 変換されることになる型付ポインタ。othernilならば、結果は、nilです。