union(_:)
Returns a character class from the union of this class and the given class.
Declaration
func union(_ other: CharacterClass) -> CharacterClassReturns a character class from the union of this class and the given class.
func union(_ other: CharacterClass) -> CharacterClass