Function difference

  • Obtain entries not present in another lists.

    Returns

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

    Type Parameters

    • K

    • V

    Parameters

    • x: Lists<K, V>

      lists

    • y: Lists<K, V>

      another lists

    Returns Lists<K, V>

Generated using TypeDoc