@ethereumjs/util / concatBytes
concatBytes(…
arrays
):Uint8Array
Defined in: packages/util/src/bytes.ts:431
This mirrors the functionality of the ethereum-cryptography
export except
it skips the check to validate that every element of arrays
is indeed a uint8Array
Can give small performance gains on large arrays
…Uint8Array
<ArrayBufferLike
>[]
an array of Uint8Arrays
Uint8Array
one Uint8Array with all the elements of the original set
works like Buffer.concat