Skip to main content

CommonArrayConcatDedupe

Callable

  • CommonArrayConcatDedupe<T>(dest, src): T[]

  • Adds all items from the source array to the destination array if they aren't already included


    Parameters

    • dest: T[]

      The destination array

    • src: readonly T[]

      The source array

    Returns T[]

    • The destination array