Merges multiple Uint8Array instances into a single Uint8Array.
This function concatenates all provided Uint8Array instances in the order they are given,
producing a new array containing all their bytes sequentially.
Returns
A new Uint8Array containing the concatenated bytes from all input arrays.
Merges multiple
Uint8Array
instances into a singleUint8Array
.This function concatenates all provided
Uint8Array
instances in the order they are given, producing a new array containing all their bytes sequentially.Returns
A new
Uint8Array
containing the concatenated bytes from all input arrays.