bit_vector 0.4.1
bit_vector: ^0.4.1 copied to clipboard
A pure Dart memory-efficient packed representation for bit arrays
Changelog #
0.4.1 #
- Fix broken example code
0.4.0 #
- Add
andNot,and,orandxorlogical operators - Add
BitVector.fromconstructor that creates a new BitVector instance from the given BitVector
0.3.0 #
- Breaking change - change
getmethod to[]operator
0.2.0 #
- Add
isEmptyandisNotEmptygetters - Add
cardinalitygetter - Override
hashCodeand==
0.1.0 #
- Initial version