Contents

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, where N is the count of the vector.

See Also

Related Documentation

Modifying a Bit Vector