CFBitVectorFlipBitAtIndex(_:_:)
Flips a bit value in a bit vector.
Declaration
func CFBitVectorFlipBitAtIndex(_ bv: CFMutableBitVector!, _ idx: CFIndex)Parameters
- bv:
The bit vector to modify.
- idx:
The index of the bit value to flip. The index must be in the range
0…N-1, whereNis the count of the vector.