Function difference$

  • Obtain entries not present in another object.

    Returns

    x = x - y = {[kᵢ, vᵢ] | [kᵢ, vᵢ] ∈ x, [kᵢ, *] ∉ y}

    Parameters

    • x: object

      an object (updated)

    • y: object

      another object

    Returns object

Generated using TypeDoc