CFBitVectorGetBitAtIndex(_:_:)
Returns the bit value at a given index in a bit vector.
Declaration
func CFBitVectorGetBitAtIndex(_ bv: CFBitVector!, _ idx: CFIndex) -> CFBitParameters
- bv:
The bit vector to examine.
- idx:
The index of the bit value in
bvto return.
Return Value
The bit value at index idx in bv.