Returns true if a is a superset of b: if every value in the given iterable b is also in the given iterable a.
Returns true if a is a superset of b: if every value in the given iterable b is also in the given iterable a.