Function isDisjoint

  • Check if sets have no value in common.

    Type Parameters

    • T

    Parameters

    • x: Set<T>

      a set

    • y: Iterable<T>

      another set

    Returns boolean

    x ∩ y = Φ?

Generated using TypeDoc