CFBitVectorGetFirstIndexOfBit(_:_:_:)
Locates the first occurrence of a certain bit value within a range of bits in a bit vector.
Declaration
func CFBitVectorGetFirstIndexOfBit(_ bv: CFBitVector!, _ range: CFRange, _ value: CFBit) -> CFIndexParameters
- bv:
The bit vector to examine.
- range:
The range of bits in
bvto search. - value:
The bit value for which to search.
Return Value
The index of the first occurrence of value in the specified range of bv, or kCFNotFound if value is not present.