[det]ord_subtract(+InOSet,
+NotInOSet, -Diff)Diff is the set holding all elements of InOSet
that are not in
NotInOSet.
- Enhanced in 8.5.4 (👉dba2460) ord_subtract/3: use => rules to trap wrong calls and stop when the list of elements to be subtracted is exhausted.