Obtain entries present in both objects.
an object
another object
combine function (a, b)
x ∩ y = {[kᵢ, vᵢ] | [kᵢ, vᵢ] ∈ x and [kᵢ, vᵢ] ∈ y}
Generated using TypeDoc
Obtain entries present in both objects.