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