• Copy the element for the first array into the second array, so that both array contains the same elements.

    Type Parameters

    • T

    Parameters

    • src: T[]

      The source array

    • dst: T[]

      The destination array

    Returns void