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. 型付ポインタに変換されることになる不透明ポインタ。