CFCharacterSetIntersect(_:_:)
Forms an intersection of two character sets.
Declaration
func CFCharacterSetIntersect(_ theSet: CFMutableCharacterSet!, _ theOtherSet: CFCharacterSet!)Parameters
- theSet:
The source character set, modified by intersection with
theOtherSet. - theOtherSet:
The character set with which the intersection is formed.