CFBitVectorGetCount(_:)
Returns the number of bit values in a bit vector.
Declaration
func CFBitVectorGetCount(_ bv: CFBitVector!) -> CFIndexParameters
- bv:
The bit vector to examine.
Return Value
The current size of bv.
Returns the number of bit values in a bit vector.
func CFBitVectorGetCount(_ bv: CFBitVector!) -> CFIndexThe bit vector to examine.
The current size of bv.