Generic Instance Method 総称体インスタンスメソッド

withUnsafeMutableBytes(_:)

Mutates the raw bytes in the data's buffer. データの持つバッファの中の生のバイトを変化させます。

Declaration 宣言

mutating func withUnsafeMutableBytes<ResultType, ContentType>(_ body: (UnsafeMutablePointer<ContentType>) throws -> ResultType) rethrows -> ResultType

Discussion 議論

This function assumes that you are mutating the contents. この関数は、あなたが内容を変化させていると仮定します。

See Also 参照

Accessing Underlying Memory 基底メモリにアクセスする