fn setPresent(self: *Self, key: Key, present: bool) void
Changes the presence of a key in the set to match the passed bool.
self: *Self,
key: Key,
present: bool,