set_equal
checks if two sets x
and y
contain the same elements.
This function is similar to Python's set.__eq__()
method.
set_equal
checks if two sets x
and y
contain the same elements.
This function is similar to Python's set.__eq__()
method.