Recursively replace the item of an array with item from another array by preserving the reference.
An array to put the new item into.
An array to pull the new item from.
Generated using TypeDoc
Recursively replace the item of an array with item from another array by preserving the reference.