CFBitVectorSetBits(_:_:_:)
Sets a range of bits in a bit vector to a particular value.
Declaration
func CFBitVectorSetBits(_ bv: CFMutableBitVector!, _ range: CFRange, _ value: CFBit)Parameters
- bv:
The bit vector to modify.
- range:
The range of bits to set. The range must not exceed
0…N-1, whereNis the count of the vector. - value:
The bit value to which to set the range of bits.