Enumeration Case

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

A removal.

Declaration

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

Discussion

The offset value is the offset of the element to be removed in the original state of the collection. A non-nil associatedWith value is the offset of the complementary change.