Shift the values in this array to the right by the specified numBits positions, with the low-order values "rotating" into the high-order bits. The behavior is undefined unless numBits <= length(). Note that the length of this array remains unchanged.
Declared in <bdlc_bitarray.h>
void
rotateRight(std::size_t numBits);