Contents

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

  • value:

    The bit value to which to set the range of bits.

See Also

Related Documentation

Modifying a Bit Vector