fn setRangeValue(self: *Self, range: Range, value: bool) void
Changes the value of all bits in the specified range to match the passed boolean.
self: *Self,
range: Range,
value: bool,