Function intersection$

  • Obtain values present in both sets.

    Type Parameters

    • T

    Parameters

    • x: Set<T>

      a set (updated)

    • y: Set<T>

      another set

    Returns Set<T>

    x = x ∩ y = {v | v ∈ x, v ∈ y}

Generated using TypeDoc