Enumeration Case 列挙ケース

CollectionDifference.Change.insert(offset:element:associatedWith:)

An insertion. ある挿入。

Declaration 宣言

case insert(offset: Int, element: ChangeElement, associatedWith: Int?)

Discussion 解説

The offset value is the offset of the inserted element in the final state of the collection after the difference is fully applied. A non-nil associatedWith value is the offset of the complementary change. offset値は、差異が完全に適用される後のコレクションの最終的状態でのその挿入された要素のオフセットです。非nilassociatedWith値は、補足的変更のオフセットです。