set_difference returns the elements in x that are not in the other sets.
This function mimics the behavior of Python's set.difference() method.
set_difference returns the elements in x that are not in the other sets.
This function mimics the behavior of Python's set.difference() method.