Function isDisjoint

  • Examine if arrays have no value in common.

    Type Parameters

    • T

    • U = T

    Parameters

    • x: T[]

      an array

    • y: T[]

      another array

    • fc: CompareFunction<T | U> = null

      compare function (a, b)

    • fm: MapFunction<T, T | U> = null

      map function (v, i, x)

    Returns boolean

    x ∩ y = Φ?

Generated using TypeDoc