init(charactersIn:)
Initialize with a closed range of integers.
Declaration
init(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.