Initializer

init(_:)

Creates a new typed pointer from the given opaque pointer. 与えられた不透明ポインタから新しい型付ポインタを作成します。

Declaration 宣言

init?(_ from: OpaquePointer?)

Parameters パラメータ

from

The opaque pointer to convert to a typed pointer. If from is nil, the result of this initializer is nil. 型付ポインタに変換されることになる不透明ポインタ。fromnilならば、このイニシャライザの結果は、nilです。