Appends the Unicode scalar values in the given sequence to the view.
SDK
Framework
On This Page
mutating func append<S>(contentsOf newElements: S) where S : Sequence, S.Element == Unicode.Scalar
newElements
A sequence of Unicode scalar values.
Complexity: O(n), where n is the length of the resulting view.
RangeReplaceableCollection