Function intersection

  • Obtain entries present in both lists.

    Returns

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

    Type Parameters

    • K

    • V

    Parameters

    Returns Lists<K, V>

Generated using TypeDoc