bitarray BitArray is an efficient implementation of an array of bits (boolean array). The implementation is based on an array of 64bit integers. The interface offers all binary operators.