Generic Initializer

init(_:)

Converts a typed UnsafePointer to an opaque C pointer. 型付けされたUnsafePointerを不透明Cポインタへと変換します。

Declaration 宣言

init<T>(_ from: UnsafePointer<T>)