sets_isdisjoint
checks if two or more sets have no elements in common. This
function mimics Python's set.isdisjoint()
method, which returns TRUE
if
the sets are disjoint.
sets_isdisjoint
checks if two or more sets have no elements in common. This
function mimics Python's set.isdisjoint()
method, which returns TRUE
if
the sets are disjoint.