fn setValue(self: *Self, index: usize, value: bool) void
Changes the value of the specified bit of the bit set to match the passed boolean.
self: *Self,
index: usize,
value: bool,