Contents

CFCharacterSetUnion(_:_:)

Forms the union of two character sets.

Declaration

func CFCharacterSetUnion(_ theSet: CFMutableCharacterSet!, _ theOtherSet: CFCharacterSet!)

Parameters

  • theSet:

    The source character set, modified by union with theOtherSet.

  • theOtherSet:

    The character set with which the union is formed.

See Also

Logical Operations