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