ReadonlydeletionsThe set of indexes in the old array at which old items have been deleted.
ReadonlyinsertionsThe set of indexes in the new array at which new items have been inserted.
ReadonlymovesA set of tuples each representing a move of an item from a particular
index in the old array to a particular index in the new array.
ReadonlyupdatesThe set of indexes in the new array at which items have been updated.
Represents a diff between two arrays.
Create a diff between arrays of QueryResultItem using a Differ.