CFSetGetCount(_:)
Returns the number of values currently in a set.
Declaration
func CFSetGetCount(_ theSet: CFSet!) -> CFIndexParameters
- theSet:
The set to examine.
Return Value
The number of values in theSet.
Returns the number of values currently in a set.
func CFSetGetCount(_ theSet: CFSet!) -> CFIndexThe set to examine.
The number of values in theSet.