fn subsetOf(self: Self, other: Self) bool
Returns true iff all the keys in this set are in the other set. The other set may have keys not found in this set.
self: Self,
other: Self,