Set.setDifference

The set difference according to Set Theory.

It is the set of all members in self that are not members of set.

struct Set(T)
Set!T
setDifference
()

Meta