Function difference

  • Obtain entries not present in another map.

    Type Parameters

    • K

    • V

    Parameters

    Returns Map<K, V>

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

Generated using TypeDoc