Protocol
MutableDataProtocol
A protocol that provides consistent data access to the bytes underlying contiguous and noncontiguous mutable data buffers.
あるプロトコル、それは隣接および非隣接の可変データバッファの基礎をなしているバイトそれらへの整合性データアクセスを提供します。
Declaration
宣言
protocol MutableDataProtocol
Topics
話題
Resetting Backing Storage
バッキングストレージをリセットする
func resetBytes<R>(in: R)
Replaces the contents of the data buffer with zeros for the provided range.
データバッファの内容をこの与えられた範囲に対してゼロで置き換えます。
Required. Default implementation provided.
必須。 提供される省略時の実装。
Relationships
関係
Conforming Types
これらの型が準拠
See Also
参照
Binary Data
バイナリデータ
protocol DataProtocol
A protocol that provides consistent data access to the bytes underlying contiguous and noncontiguous data buffers.
あるプロトコル、それは隣接および非隣接データバッファの基礎をなしているバイトそれらへの整合性データアクセスを提供します。
protocol ContiguousBytes
A protocol that declares the type offers direct access to the underlying raw bytes in a contiguous manner.
あるプロトコル、それはある隣接流儀でその基礎をなす生のバイトそれらへの直接アクセスを提供する型を宣言します。