func replaceSubrange (Range<Data.Index>, with: Data)
Replaces a region of bytes in the data with new data.
データの中のある領域のバイトを新しいデータで置き換えます。
func replaceSubrange <ByteCollection>(Range<Data.Index>, with: ByteCollection)
Replaces a region of bytes in the data with new bytes from a collection.
データの中のある領域のバイトを、あるコレクションからの新しいバイトで置き換えます。
func replaceSubrange <SourceType>(Range<Data.Index>, with: UnsafeBufferPointer<SourceType>)
Replaces a region of bytes in the data with new bytes from a buffer.
データの中のある領域のバイトを、あるバッファからの新しいバイトで置き換えます。