CFCharacterSetCreateMutable(_:)
Creates a new empty mutable character set.
Declaration
func CFCharacterSetCreateMutable(_ alloc: CFAllocator!) -> CFMutableCharacterSet!Parameters
- alloc:
The allocator to use to allocate memory for the new object. Pass
NULLor kCFAllocatorDefault to use the current default allocator.
Return Value
A new empty mutable character set. Ownership follows the The Create Rule.