binary 0.0.4
binary: ^0.0.4 copied to clipboard
Utilities for working with binary data
0.0.4 #
- Updated the documentation and README.
0.0.3 #
- Added
isZero
.
0.0.2 #
- Added
isNegative
,hasCarryBit
,doesAddOverflow
,doesSubOverflow
,mask
. - Added
parseBits
.
0.0.1 #
- Add top-level
isSet
andisClear
,Integral#isSet
,Integral#isClear
. - Add checked-mode range checks to
bitChunk
andbitRange
. - Fix a bug in the implementation of
bitChunk
andbitRange
. - Added a top-level
fromBits
andIntegral#fromBits
0.0.0 #
- Initial commit, feedback welcome!