Generic Initializer

init(_:)

Creates a raw buffer over the contiguous bytes in the given typed buffer. 指定された型付バッファの中の隣接バイトすべてを覆う生のバッファを作成します。

Declaration 宣言

init<T>(_ buffer: UnsafeMutableBufferPointer<T>)

Parameters パラメータ

buffer

The typed buffer to convert to a raw buffer. The buffer’s type T must be a trivial type. 新しいバッファへと変換されることになる型付バッファ。バッファのもつ型Tは、自明型でなければなりません。