Utilities for manipulating a vector of bits.
Instantiate this generic component with the number of bits required for the BitVector. Ie:
new BitVectorC(16);
for a 16-bit vector. Be sure to initialize by using the Init interface.