bit_vector 0.4.0 copy "bit_vector: ^0.4.0" to clipboard
bit_vector: ^0.4.0 copied to clipboard

outdatedDart 1 only

A pure Dart memory-efficient packed representation for bit arrays

Changelog #

0.4.0 #

  • Add andNot, and, or and xor logical operators
  • Add BitVector.from constructor that creates a new BitVector instance from the given BitVector

0.3.0 #

  • Breaking change - change get method to [] operator

0.2.0 #

  • Add isEmpty and isNotEmpty getters
  • Add cardinality getter
  • Override hashCode and ==

0.1.0 #

  • Initial version
0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A pure Dart memory-efficient packed representation for bit arrays

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

fixnum

More

Packages that depend on bit_vector