Function difference

  • Obtain entries not present in another ilists.

    Returns

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

    Type Parameters

    • K

    • V

    Parameters

    Returns ILists<K, V>

Generated using TypeDoc