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

swapAt(_:_:)

Exchanges the byte values at the specified indices in this buffer’s memory. このバッファの持つメモリの中の指定インデックスでの値を交換します。

Declaration 宣言

func swapAt(_ i: Int, _ j: Int)

Parameters パラメータ

i

The index of the first byte to swap. 交換する最初のバイトのインデックス。

j

The index of the second byte to swap. 交換する2番目のバイトのインデックス。

Discussion 解説

Both parameters must be valid indices of the buffer, and not equal to endIndex. Passing the same index as both i and j has no effect. 両方のパラメータは、バッファの有効なインデックスであり、そしてendIndexと等しくてはいけません。ijの両方と同じアンデックスを渡すことは、効果を持ちません。

Relationships 関係

From Protocol 由来プロトコル