Initializer

init(mutating:)

Creates a mutable typed buffer pointer referencing the same memory as the given immutable buffer pointer. 可変の型付バッファポインタを作成します、与えられた不変バッファポインタと同じメモリを参照しています。

Declaration 宣言

init(mutating other: UnsafeBufferPointer<Element>)

Parameters パラメータ

other

The immutable buffer pointer to convert. 変換されることになる不変のバッファポインタ。