Used to calculate the size of a bits array
const BITSHIFT = 5;
TBits
Class to store collections of bits (binary values that can be 0 or 1)
TBits.Size
Current size of the array of bits.