isSubset
isSubset(x,y)
-- whether
x
is a subset of
y
.
isSubset(Set,Set)