Obtain values not present in another iterable.
an iterable
another iterable
compare function (a, b)
map function (v, i, x)
x - y = {v | v ∈ x, v ∉ y}
Generated using TypeDoc
Obtain values not present in another iterable.