Return Value 戻り値
A copy of the receiver with all removals changed to insertions (and vice versa). 全ての除去が挿入へと変わった状態でのレシーバのコピー(逆もまた同じ)。
Availability 有効性
Technology
- (instancetype)inverseDifference;
A copy of the receiver with all removals changed to insertions (and vice versa). 全ての除去が挿入へと変わった状態でのレシーバのコピー(逆もまた同じ)。
Applying a difference to an ordered collection and then applying the inverse difference results in the original ordered collection: ある差異をある順序コレクションに適用して、それからその逆の差異を適用することは、元の順序コレクションという結果になります: