fn supersetOf(self: Self, other: Self) bool

Returns true iff this set contains all the keys in the other set. This set may have keys not found in the other set.

Parameters

self: Self,
other: Self,