Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
The boundary check is off a little, `MutableBuffer::new(64).with_bitset(64, false);` will fail. This issue only happens if the arguments to `new` and `with_bitset` are the same and a multiple of 64.
`write_bytes` is currently writing 1 instead of 255 to set all the bits when `val` is `true`
Attachments
Issue Links
- links to