• Efficiently concatenate byte arrays without modifying them.

    Parameters

    • first: Uint8Array

      A byte array.

    • Rest...others: Uint8Array[]

      Additional byte arrays.

    Returns Uint8Array

    New byte array containing the concatenation of all the byte arrays.