Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

Functions

mergeTwoArray

  • mergeTwoArray<T>(arr1: Array<T>, arr2: Array<T>, removeRepetition?: boolean): Array<T>
  • Type parameters

    • T

    Parameters

    • arr1: Array<T>
    • arr2: Array<T>
    • Default value removeRepetition: boolean = false

    Returns Array<T>

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Enumeration

Generated using TypeDoc