Function isDisjoint

  • Check if lists have no common keys.

    Returns

    x ∩ y = Φ?

    Type Parameters

    • K

    • V

    Parameters

    • x: Lists<K, V>

      lists

    • y: Lists<K, V>

      another lists

    Returns boolean

Generated using TypeDoc