Contents

inferMoves

An option that identifies insertions or removals as moves.

Declaration

static var inferMoves: NSOrderedCollectionDifferenceCalculationOptions { get }

Discussion

When you use the option to infer moves, the difference calculation adds an associated index to change objects to indicate the original positions of the objects.

See Also

Difference Calculation Options