Function: concatBytes()
concatBytes(
first, ...others):Uint8Array
Efficiently concatenate byte arrays without modifying them.
Parameters
first
Uint8Array
A byte array.
others
...Uint8Array[]
Additional byte arrays.
Returns
Uint8Array
New byte array containing the concatenation of all the byte arrays.