Parameters
- state: Replica<T>
- index: number
- values: T[]
- hard: boolean = false
Returns false | Delta<T>
The combined transferable Delta, or false for empty or invalid
values or when the deletion cannot be performed. If insertion is rejected
after deletion, returns the deletion Delta.
Replaces visible Frames starting at one Projection index.
Removes the visible span covered by
values.lengthand insertsvaluesat the original index. The transferable Deltas from both operations are combined lane by lane into one[projection, footage]tuple.hardcontrols whether the replaced Footage is released while deleting the existing Frames.