Function mergeUint8Arrays

  • 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.

    Parameters

    • Rest ...ary: Uint8Array[]

      An array of Uint8Array instances to merge.

    Returns Uint8Array

Generated using TypeDoc