Contents

insert(charactersIn:)

Insert a range of integer values in the CharacterSet.

Declaration

mutating func insert(charactersIn range: Range<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.