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.

Parameters

self: *Self,
index: usize,
value: bool,