Recursively merge two array by preserving the reference.
An array to put the new item into.
An array to pull the new item from.
Optional
Remove the item that is not exist in the source array.
Generated using TypeDoc
Recursively merge two array by preserving the reference.