Function isDisjoint

  • Check if maps have no common keys.

    Type Parameters

    • K

    • V

    Parameters

    • x: Map<K, V>

      a map

    • y: Entries<K, V>

      another map

    Returns boolean

    x ∩ y = Φ?

Generated using TypeDoc