append(contentsOf:)
Appends the Unicode scalar values in the given sequence to the view.
Declaration
mutating func append<S>(contentsOf newElements: S) where S : Sequence, S.Element == Unicode.ScalarParameters
- newElements:
A sequence of Unicode scalar values.