CFSetRemoveAllValues(_:)
Removes all values from a CFMutableSet object.
Declaration
func CFSetRemoveAllValues(_ theSet: CFMutableSet!)Parameters
- theSet:
The set to modify.
Removes all values from a CFMutableSet object.
func CFSetRemoveAllValues(_ theSet: CFMutableSet!)The set to modify.