Contents

CFBitVectorFlipBits(_:_:)

Flips a range of bit values in a bit vector.

Declaration

func CFBitVectorFlipBits(_ bv: CFMutableBitVector!, _ range: CFRange)

Parameters

  • bv:

    The bit vector to modify.

  • range:

    The range of bit values in bv to flip. The range must not exceed 0…N-1, where N is the count of the vector.

See Also

Related Documentation

Modifying a Bit Vector