Compares 2 lists, returns an array of DiffEntry with the operations needed to make in the oldData to create the new list. It only returns the actions that are needed, if an element does not need to move, then it's not returned
Generated using TypeDoc
Compares 2 lists, returns an array of DiffEntry with the operations needed to make in the oldData to create the new list. It only returns the actions that are needed, if an element does not need to move, then it's not returned