binary 0.1.2
binary: ^0.1.2 copied to clipboard
Utilities for working with binary data
0.1.2 #
- Moved into a standalone repository (outside of
gba.dart). - Added
signExtendas a method toIntegral. - Added
areSet. - Added
msb.
0.1.1 #
- Added
signExtend
0.1.0 #
- Fixed a bug where
int128anduint128only had a length of 64.
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
isSetandisClear,Integral#isSet,Integral#isClear. - Add checked-mode range checks to
bitChunkandbitRange. - Fix a bug in the implementation of
bitChunkandbitRange. - Added a top-level
fromBitsandIntegral#fromBits
0.0.0 #
- Initial commit, feedback welcome!