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

resetBytes(in:)

Sets a region of the data buffer to 0. あるデータバッファの領域を0に設定します。

Declaration 宣言

mutating func resetBytes(in range: Range<Data.Index>)

Parameters パラメータ

range

The range in the data to set to 0. 0に設定することになる、データの中の範囲。

Discussion 議論

If range exceeds the bounds of the data, then the data is resized to fit. rangeがデータの境界の限界を超えるならば、そのときデータはピッタリ合うようにサイズ変更されます。

See Also 参照

Creating Empty Data 空のデータを作成する