Concatenates multiple Uint8Arrays into a single Uint8Array.

  • Parameters

    • arrays: readonly Uint8Array[] | readonly number[][]

      The arrays to concatenate.

    Returns Uint8Array

    • The concatenated array.