Contents

CFSetRemoveAllValues(_:)

Removes all values from a CFMutableSet object.

Declaration

func CFSetRemoveAllValues(_ theSet: CFMutableSet!)

Parameters

  • theSet:

    The set to modify.

See Also

CFMutableSet Miscellaneous Functions