insert(charactersIn:)
Insert a closed range of integer values in the CharacterSet.
Declaration
mutating func insert(charactersIn range: ClosedRange<Unicode.Scalar>)Discussion
It is the caller’s responsibility to ensure that the values represent valid Unicode.Scalar values, if that is what is desired.