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

resetBytes(in:)

Replaces the contents of the data buffer with zeros for the provided range. データバッファの内容をこの与えられた範囲に対してゼロで置き換えます。

Declaration 宣言

mutating func resetBytes<R>(in range: R) where R : RangeExpression, Self.Index == R.Bound

Parameters パラメータ

range

The range of bytes to replace with zeros. この範囲のバイトをゼロで置き換えることになります。