Function backTrace
- back
Trace <T>(A, B, current, swapped, routes, diffTypesPtrOffset): {
type: DiffType;
value: T;
}[] Type Parameters
Parameters
- A: T[]
The first array.
- B: T[]
The second array.
- current: FarthestPoint
The current
FarthestPoint. - swapped: boolean
Boolean indicating if the arrays are swapped.
- routes: Uint32Array
The routes array.
- diffTypesPtrOffset: number
The offset of the diff types in the routes array.
Returns {
type: DiffType;
value: T;
}[]An array of backtraced differences.
- A: T[]
Creates an array of backtraced differences.