Function intersection

  • Obtain entries present in both ilists.

    Returns

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

    Type Parameters

    • K

    • V

    Parameters

    Returns ILists<K, V>

Generated using TypeDoc