CFSetRemoveValue(_:_:)
Removes a value from a CFMutableSet object.
Declaration
func CFSetRemoveValue(_ theSet: CFMutableSet!, _ value: UnsafeRawPointer!)Parameters
- theSet:
The set to modify.
- value:
The value to remove from
theSet.
Removes a value from a CFMutableSet object.
func CFSetRemoveValue(_ theSet: CFMutableSet!, _ value: UnsafeRawPointer!)The set to modify.
The value to remove from theSet.