BitArray

Summary: Simple implementation of BitArray, which stores lots of bits.
Author: Yoshiki Ohshima
Owner: Yoshiki Ohshima (yo)
Co-maintainers: <None>
Categories:
Homepage:
PackageInfo name: <Not entered>
RSS feed:

Description:

Simple implementation of BitArray, which stores the bits.

For the basic random access operations for a rather shorter array, you might want to consider ByteArray.

BitArray supports the conversion from/to integers.


Releases


Back