Set the specified numBits beginning at the specified index in the specified bitString to false. The behavior is undefined unless bitString has a capacity of at least index + numBits.
Declared in <bdlb_bitstringutil.h>
static
void
assign0(
uint64_t* bitString,
std::size_t index,
std::size_t numBits);