Merges two arrays of bytes into a single output array.
|
In
Exec
|
|
|
Array A
Array of Bytes
|
The first input array to merge. |
|
Array B
Array of Bytes
|
The second input array to merge. |
|
Out
Exec
|
|
|
Merged Array
Array of Bytes
|
The array that will store the merged result. |