fn setPresent(self: *Self, key: Key, present: bool) void

Changes the presence of a key in the set to match the passed bool.

Parameters

self: *Self,
key: Key,
present: bool,