Instance Method インスタンスメソッド

replaceSubrange(_:with:count:)

Replaces a region of bytes in the data with bytes from memory. データの中のある領域のバイトを、メモリからのバイトで置き換えます。

Declaration 宣言

mutating func replaceSubrange(_ subrange: Range<Data.Index>, with bytes: UnsafeRawPointer, count cnt: Int)

See Also 参照

Replacing a Range of Bytes ある範囲のバイトを置き換える