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

withUnsafeBytes(_:)

Accesses the raw bytes in the data's buffer. データの持つバッファの中の生のバイトにアクセスします。

Declaration 宣言

func withUnsafeBytes<ResultType, ContentType>(_ body: (UnsafePointer<ContentType>) throws -> ResultType) rethrows -> ResultType

Discussion 議論

See Also 参照

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