Create an array of binary digits having the specified initialLength and value, using the optionally specified basicAllocator to supply memory.
Declared in <bdlc_bitarray.h>
BitArray(
std::size_t initialLength,
bool value,
bslma::Allocator* basicAllocator = 0);