- set-difference set0 set1procedure
creates a new set by removing all items of set0, which are contained in set1. The comparison procedure of both sets must be the same.
creates a new set by removing all items of set0, which are contained in set1. The comparison procedure of both sets must be the same.