Function appendArray

  • Append the values in array b to the array a.

    Parameters

    • a: unknown[]

      the array to append to

    • b: unknown[]

      the array to append values from

    Returns void