Initializer

init(mutating:)

Creates a new mutable buffer over the same memory as the given buffer. 与えられたバッファと同じメモリを覆う新しい可変バッファを作成します。

Declaration 宣言

init(mutating bytes: UnsafeRawBufferPointer)

Parameters パラメータ

bytes

The buffer to convert. 変換されることになるバッファ。