BitArray.flip
void flip() @nogc pure nothrowFlips all the bits in the BitArray
void flip(size_t pos) @nogc pure nothrowFlips a single bit, specified by pos
void flip() @nogc pure nothrowFlips all the bits in the BitArray
void flip(size_t pos) @nogc pure nothrowFlips a single bit, specified by pos