Contents

inferringMoves()

Returns a new collection difference with associations between individual elements that have been removed and inserted only once.

Declaration

func inferringMoves() -> CollectionDifference<ChangeElement>

Return Value

A collection difference with all possible moves inferred.

Discussion