fn xorWith(self: Self, other: Self) Self
Returns a set with keys that are in either this set or the other set, but not both.
self: Self,
other: Self,