Function intersection$

  • Obtain entries present in both objects.

    Returns

    x = x ∩ y = {[kᵢ, vᵢ] | [kᵢ, vᵢ] ∈ x and [kᵢ, vᵢ] ∈ y}

    Parameters

    • x: object

      an object (updated)

    • y: object

      another object

    • fc: CombineFunction = null

      combine function (a, b)

    Returns object

Generated using TypeDoc